How to plot 3D matrix in form of cube

2 Ansichten (letzte 30 Tage)
Yapo OBOUE
Yapo OBOUE am 18 Jun. 2019
Kommentiert: Yapo OBOUE am 21 Jun. 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

Akzeptierte Antwort

Bjorn Gustavsson
Bjorn Gustavsson am 18 Jun. 2019
Use the slice function.
HTH

Weitere Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by