how to drew vertical black line?

9 visualizaciones (últimos 30 días)
Moon Shadow
Moon Shadow el 5 de Feb. de 2014
Respondida: Mischa Kim el 5 de Feb. de 2014
I want to drew vertical black line on the middle of 200x200 rectangle?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Signal Generation, Analysis, and Preprocessing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by