Figure with multiple views
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2015 年 11 月 27 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Migrate GUIDE Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!