Figure with multiple views

I have a surface generated in a graph on Matlab. I am curious about how i can make a single figure which contains multiple views of the object. For instance, an isometric view, front view, side view, top view etc. Is there a simple way to do this/what would be the best way to do this? Cheers

Respuestas (1)

Walter Roberson
Walter Roberson el 27 de Nov. de 2015

0 votos

Use subplot() to create multiple axes. Draw one the views into the first axes. copyobj() the graphics into the remaining subplot axes and set the view() in each one.

Etiquetas

Preguntada:

el 27 de Nov. de 2015

Respondida:

el 27 de Nov. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by