plotting the data

1 次查看(过去 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 CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by