Make Boxes on Surface in 3D Plot

조회 수: 4 (최근 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 CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by