Azzera filtri
Azzera filtri

How to plot 3D matrix in form of cube

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Bjorn Gustavsson
Bjorn Gustavsson il 18 Giu 2019
Use the slice function.
HTH

Più risposte (1)

Fabio Freschi
Fabio Freschi il 18 Giu 2019
try
figure;
surf(D);

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by