How to plot data points without connecting them?

60 views (last 30 days)
I have a vector of size 250 rows and 1 col.
I want to plot the points only
Thank you

Accepted Answer

Jacob Wood
Jacob Wood on 22 Feb 2020
plot(x,y,'.')

More Answers (1)

Shua Noh
Shua Noh on 9 Jun 2020
You can also use
scatter(...)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!