How can I make the surface (3D Plot) like this in MATALAB. Like boxes on the surface.
1.PNG

 Akzeptierte Antwort

Stephan
Stephan am 8 Okt. 2019
Bearbeitet: Stephan am 8 Okt. 2019

0 Stimmen

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

Weitere Antworten (0)

Gefragt:

am 8 Okt. 2019

Bearbeitet:

am 8 Okt. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by