plotting the data

1 visualizzazione (ultimi 30 giorni)
Villanova
Villanova il 1 Ott 2011
Hi. If you plot this x = [6 8 9]; y = [2 5 9]; plot(x,y)
you get more like a curve. I was wondering how you can only plot only the data points instead. Thanks

Risposta accettata

the cyclist
the cyclist il 1 Ott 2011
>> plot(x,y,'.')
"doc plot" for details.

Più risposte (0)

Categorie

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by