How to plot data points without connecting them?

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

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by