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!