How to plot 3D matrix in form of cube

1 回表示 (過去 30 日間)
Yapo OBOUE
Yapo OBOUE 2019 年 6 月 18 日
コメント済み: Yapo OBOUE 2019 年 6 月 21 日
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

採用された回答

Bjorn Gustavsson
Bjorn Gustavsson 2019 年 6 月 18 日
Use the slice function.
HTH

その他の回答 (1 件)

Fabio Freschi
Fabio Freschi 2019 年 6 月 18 日
try
figure;
surf(D);
  1 件のコメント
Yapo OBOUE
Yapo OBOUE 2019 年 6 月 21 日
Hi dear Fabio Freschi, thanks to response to me.

サインインしてコメントする。

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by