putting a .fig into an empty pane
이전 댓글 표시
i have a mplot figure and create a figure with it and an empty pane.see attached. i would like to put a .fig fle into the empty pane. is this possible?
thank you
david
댓글 수: 1
Walter Roberson
2018년 12월 27일
No. The "empty plane" is an axes, but the .fig is a figure, and figures cannot be children of axes.
The closest would be to extract the graphics content from the .fig and copy it into the axes.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!