How to plot data points without connecting them?

53 次查看(过去 30 天)
I have a vector of size 250 rows and 1 col.
I want to plot the points only
Thank you

采纳的回答

Jacob Wood
Jacob Wood 2020-2-22
plot(x,y,'.')

更多回答(1 个)

Shua Noh
Shua Noh 2020-6-9
You can also use
scatter(...)

类别

Help CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by