How to plot data points without connecting them?

58 visualizzazioni (ultimi 30 giorni)
I have a vector of size 250 rows and 1 col.
I want to plot the points only
Thank you

Risposta accettata

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

Più risposte (1)

Shua Noh
Shua Noh il 9 Giu 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!

Translated by