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
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
Post a Comment