Make Boxes on Surface in 3D Plot

2 visualizaciones (últimos 30 días)
Ali Raza
Ali Raza el 8 de Oct. de 2019
Editada: Stephan el 8 de Oct. de 2019
How can I make the surface (3D Plot) like this in MATALAB. Like boxes on the surface.
1.PNG

Respuesta aceptada

Stephan
Stephan el 8 de Oct. de 2019
Editada: Stephan el 8 de Oct. de 2019
A = rand(10,5,3);
A = sum(A);
A = squeeze(A);
surf(A,'LineWidth',2)
Boxes.PNG

Más respuestas (0)

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by