plotting the data

4 vues (au cours des 30 derniers jours)
Villanova
Villanova le 1 Oct 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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by