plotting the data

2 ビュー (過去 30 日間)
Villanova
Villanova 2011 年 10 月 1 日
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

採用された回答

the cyclist
the cyclist 2011 年 10 月 1 日
>> plot(x,y,'.')
"doc plot" for details.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by