3D plotting in Matlab
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Dear All,
I have three variables,each are vector of ,let's say five elements each,I want to plot the the 3D plot of this vector variables.this might  be a silly question but i doubt how to generate the 3D plot of  the three variables that are independenat set  of vectores with equal dimension.
Any help will be appreciated,
Thank you!
0 Commenti
Risposta accettata
  Star Strider
      
      
 il 18 Feb 2019
        2 Commenti
  Star Strider
      
      
 il 19 Feb 2019
				I have no idea what you want.  
This works: 
i=[1 2 3 4 5];
A1=[98.5 99 99.5 97 98];
t=[0.5 0.55 0.6 0.4 0.45];
plot3(i, A1, t)
grid on
Experiment to get the result you want.  
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Annotations in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
