how to drew vertical black line?
조회 수: 10 (최근 30일)
이전 댓글 표시
I want to drew vertical black line on the middle of 200x200 rectangle?
댓글 수: 0
채택된 답변
Mischa Kim
2014년 2월 5일
line([1,1],[0,2],'Color','k')
draws a black line from (1,0) to (1,2), for example.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Signal Generation, Analysis, and Preprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!