how to drew vertical black line?

90 visualizzazioni (ultimi 30 giorni)
Moon Shadow
Moon Shadow il 5 Feb 2014
Risposto: Mischa Kim il 5 Feb 2014
I want to drew vertical black line on the middle of 200x200 rectangle?

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by