Missing command in "line" (easy question)
显示 更早的评论
Hello Guys/girls,
I want to make a line using the "line" command:
line([0 1],[1 1],'color',[0 0 0 ],' missing command for dashed line')
what is the addition if I want to make this line dashed, "-" doesnt seem to work. Cant find something on the internet
Thanks, G
回答(1 个)
Walter Roberson
2016-5-31
0 个投票
LineStyle
2 个评论
Giorgos
2016-5-31
Walter Roberson
2016-5-31
line([1 1],[0 1],'Color',[0 0 0], 'Linestyle', '--')
类别
在 帮助中心 和 File Exchange 中查找有关 Mathematics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!