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

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -