thanks for trying to help, I tried inserting this command into my code but still can't get it to display a graph. where abouts in the code should I have inserted the
Vplot(ii)=V?
hi,
I am relatively new to matlab and have created a code for a problem using loops however I want to display the results of each iteration as a graph. I can plot as dots by using hold on/hold off - effectively just overlaying numerous single point graphs. does anyone know how I can get the...