Matlab Plot Graph -


i have matrix 1000 real numbers within range -3 3. have plot numbers on graph continuous curve combining points. matrix name points , 1000 1 matrix.

try

plot(points(:));  % plot points ylim([-3 3]);  % set y limits 

Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -