How to draw a zigzag line in MATLAB?
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
I want x and y points from a zigzag line in a x,y mesh/grid. How do I draw it on matlab?
0 Commenti
Risposte (1)
  KALYAN ACHARJYA
      
      
 il 19 Nov 2019
        
      Modificato: KALYAN ACHARJYA
      
      
 il 19 Nov 2019
  
      x=randi(100,[1,10]);
y=randi(100,[1,10]);
line(x,y)
2 Commenti
Vedere anche
Categorie
				Scopri di più su Numerical Integration and Differential Equations 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!

