plotting the data

2 Ansichten (letzte 30 Tage)
Villanova
Villanova am 1 Okt. 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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by