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!