Hi. I want the plot with a marker symbol. I want to plot like this figure symbol(marker by red pen).
1 次查看(过去 30 天)
显示 更早的评论
5 个评论
回答(2 个)
ahmed nebli
2018-9-6
编辑:ahmed nebli
2018-9-6
u need to use lineSpec this link may help you https://www.mathworks.com/help/matlab/ref/linespec.html
2 个评论
ahmed nebli
2018-9-6
i see, this might help you, see the table in the low part https://www.mathworks.com/help/matlab/creating_plots/create-line-plot-with-markers.html
Walter Roberson
2018-9-6
There is no marker which is a line or line with circle. You can use plot() lines. You can scatter() markers, using 'o' for circles and 'd' for diamonds. When you scatter() you can use 'filled' to fill in markers. You can only specify one kind of marker for any given call to scatter()
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Line Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!