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