How to plot data points without connecting them?

54 vues (au cours des 30 derniers jours)
Cantor Set
Cantor Set le 22 Fév 2020
I have a vector of size 250 rows and 1 col.
I want to plot the points only
Thank you

Réponse acceptée

Jacob Wood
Jacob Wood le 22 Fév 2020
plot(x,y,'.')

Plus de réponses (1)

Shua Noh
Shua Noh le 9 Juin 2020
You can also use
scatter(...)

Catégories

En savoir plus sur Scatter Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by