How to swap between X, Y and Z in 3D plot
15 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
LO
am 13 Jul. 2020
S = permute(S,[1 2 3]);
S1 = S = permute(S,[3 1 2]); % swapped matrix
0 Kommentare
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!