why is it happen?
显示 更早的评论
when i plot figure with 3 or 4 curves, it appears the same line style.
回答(1 个)
madhan ravi
2018-12-22
编辑:madhan ravi
2018-12-22
"why is it happen?"
Obviously you have used the same linestyle inside the loop use the below way to distinguish:
c={'-*m','-^k','-or','-sq'} % use different markers to distinguish
plot(..,c{i}) % inside loop
^^^^-should be in the place of line style
2 个评论
shreen elsapa
2018-12-22
madhan ravi
2018-12-22
Nothing can be done with the screenshot upload your code
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!