Make Boxes on Surface in 3D Plot

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 个)

类别

Community Treasure Hunt

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

Start Hunting!

Translated by