how i can connect equal point to gather of 2 separated graph on same figure
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
 i want to know how to connect equal data point to gather of 2 separated graph on same figure
Risposte (1)
  Image Analyst
      
      
 il 5 Gen 2013
        Not sure what "connect" means to you, but how about using the line() function?
11 Commenti
  Image Analyst
      
      
 il 5 Gen 2013
				OK. Like I said, line() should do it. For each x,y coordinate, you call
line([xMesh, xData], [yMesh, yData], [zMesh, zData]);
Vedere anche
Categorie
				Scopri di più su Surface and Mesh Plots 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!


