putting a .fig into an empty pane
1 回表示 (過去 30 日間)
古いコメントを表示
david edwards jr
2018 年 12 月 27 日
回答済み: david edwards jr
2018 年 12 月 27 日
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 件)
参考
カテゴリ
Help Center および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!