How to swap between X, Y and Z in 3D plot
    9 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
Hi there, 
i do have a 3D plot that has X, Y and multiplu value of Z 
i need to present the Data as following, 
where Z vlaues shown in X direction, Y value in Z direction and X in Y direction 
2 commentaires
Réponses (1)
  LO
      
 le 13 Juil 2020
        S = permute(S,[1 2 3]);
S1 = S = permute(S,[3 1 2]); % swapped matrix
0 commentaires
Voir également
Catégories
				En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


