how to drew vertical black line?

조회 수: 10 (최근 30일)
Moon Shadow
Moon Shadow 2014년 2월 5일
답변: Mischa Kim 2014년 2월 5일
I want to drew vertical black line on the middle of 200x200 rectangle?

채택된 답변

Mischa Kim
Mischa Kim 2014년 2월 5일
Use the line command.
line([1,1],[0,2],'Color','k')
draws a black line from (1,0) to (1,2), for example.

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by