How to plot 3D matrix in form of cube

1 vue (au cours des 30 derniers jours)
Yapo OBOUE
Yapo OBOUE le 18 Juin 2019
Commenté : Yapo OBOUE le 21 Juin 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

Réponse acceptée

Bjorn Gustavsson
Bjorn Gustavsson le 18 Juin 2019
Use the slice function.
HTH

Plus de réponses (1)

Fabio Freschi
Fabio Freschi le 18 Juin 2019
try
figure;
surf(D);
  1 commentaire
Yapo OBOUE
Yapo OBOUE le 21 Juin 2019
Hi dear Fabio Freschi, thanks to response to me.

Connectez-vous pour commenter.

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by