Can anyone tell me what is the difference between scatter and plot commands in Matlab?
Show older comments
Hi I am new to matlab and going through basics. I am trying to plot points in Matlab HOwever, plot(1,2,3,4)
and
scatter([1,3],[2,4])
give me the same results. So what is the difference between plot and scatter command?
2 Comments
vthuongt
on 17 Nov 2015
Moved: Dyuman Joshi
on 1 Mar 2024
Is there any difference in speed and memory usage?
Walter Roberson
on 17 Nov 2015
Moved: Dyuman Joshi
on 1 Mar 2024
Accepted Answer
More Answers (0)
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!