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 日

0 投票

A = rand(10,5,3);
A = sum(A);
A = squeeze(A);
surf(A,'LineWidth',2)
Boxes.PNG

その他の回答 (0 件)

カテゴリ

質問済み:

2019 年 10 月 8 日

編集済み:

2019 年 10 月 8 日

Community Treasure Hunt

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

Start Hunting!

Translated by