How to plot points without line
465 次查看(过去 30 天)
显示 更早的评论
I'm trying to plot the following command
as points rather than a linear line how do i do that?
0 个评论
采纳的回答
更多回答(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 个评论
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!!
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!