How to plot data points without connecting them?

49 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(...)

Categories

Find more on 2-D and 3-D 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!