How to plot points without line
显示 更早的评论
I'm trying to plot the following command
as points rather than a linear line how do i do that?
采纳的回答
更多回答(1 个)
Reza Mohammadkhani
2020-3-23
Sets the line style as none, and select a marker as you like. For example:
plot(x, y,'linestyle','none','marker','o')
2 个评论
KaoYuKaoYu
2023-2-20
But the matlab tell me "Unrecognized attribute none for class Line."
Moose
2023-4-25
Can't upvote this but your response just answered a question I've been puzzling over for entirely too long haha. thank you so much!!
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!