How to plot 3D matrix in form of cube

2 visualizaciones (últimos 30 días)
Yapo OBOUE
Yapo OBOUE el 18 de Jun. de 2019
Comentada: Yapo OBOUE el 21 de Jun. de 2019
Hello everyone, I have a 3D matrix of size [t, x, y]=size(D), where t=300; x=12 and y=12. How to plot t with respect to x, y for 3D cube ? Thanks

Respuesta aceptada

Bjorn Gustavsson
Bjorn Gustavsson el 18 de Jun. de 2019
Use the slice function.
HTH

Más respuestas (1)

Fabio Freschi
Fabio Freschi el 18 de Jun. de 2019
try
figure;
surf(D);
  1 comentario
Yapo OBOUE
Yapo OBOUE el 21 de Jun. de 2019
Hi dear Fabio Freschi, thanks to response to me.

Iniciar sesión para comentar.

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by