Figure with multiple views
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
Walter Roberson
il 27 Nov 2015
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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Subplots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!