how to drew vertical black line?
    9 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    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?
0 comentarios
Respuesta aceptada
  Mischa Kim
    
      
 el 5 de Feb. de 2014
        line([1,1],[0,2],'Color','k')
draws a black line from (1,0) to (1,2), for example.
0 comentarios
Más respuestas (0)
Ver también
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!