フィルターのクリア

Make Boxes on Surface in 3D Plot

3 ビュー (過去 30 日間)
Ali Raza
Ali Raza 2019 年 10 月 8 日
編集済み: Stephan 2019 年 10 月 8 日
How can I make the surface (3D Plot) like this in MATALAB. Like boxes on the surface.
1.PNG

採用された回答

Stephan
Stephan 2019 年 10 月 8 日
編集済み: Stephan 2019 年 10 月 8 日
A = rand(10,5,3);
A = sum(A);
A = squeeze(A);
surf(A,'LineWidth',2)
Boxes.PNG

その他の回答 (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