I have two vectors with 1000 length each. for example
r1 = rand(1000,1); r2 = rand(1000,1); then I want to plot a scatter which shows r1 versus r2 as follows:
plot(r1, r2) I want to show each two values of r1 and 2 with the same symbol but different from the rest. any suggestion ?
1 Comment
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/158402-plot-with-different-symbols#comment_242686
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/158402-plot-with-different-symbols#comment_242686
Sign in to comment.