how to drew vertical black line?
    9 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I want to drew vertical black line on the middle of 200x200 rectangle?
0 Commenti
Risposta accettata
  Mischa Kim
    
      
 il 5 Feb 2014
        line([1,1],[0,2],'Color','k')
draws a black line from (1,0) to (1,2), for example.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Signal Generation, Analysis, and Preprocessing in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!