フィルターのクリア

Surface Plots of 3D Matrix After sum.

1 回表示 (過去 30 日間)
Ali Raza
Ali Raza 2019 年 10 月 8 日
コメント済み: Ali Raza 2019 年 10 月 8 日
I have 3D matrix A size of (10 x 3 x 5), and If I sum it one time {i.e. A = sum(A)}, which gives (1 x 3 x 5). How can I plot this using "Surf"? or anyother 3D plot?

採用された回答

darova
darova 2019 年 10 月 8 日
Try
B = sum(A);
surf(squeeze(B))
  1 件のコメント
Ali Raza
Ali Raza 2019 年 10 月 8 日
Thanks

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by