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!