putting a .fig into an empty pane

1 次查看(过去 30 天)
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
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.

请先登录,再进行评论。

采纳的回答

david edwards jr
david edwards jr 2018-12-27
thanks
david

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by