How to swap between X, Y and Z in 3D plot
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
LO
el 13 de Jul. de 2020
S = permute(S,[1 2 3]);
S1 = S = permute(S,[3 1 2]); % swapped matrix
0 comentarios
Ver también
Categorías
Más información sobre Line Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!