Borrar filtros
Borrar filtros

putting a .fig into an empty pane

1 visualización (últimos 30 días)
david edwards jr
david edwards jr el 27 de Dic. de 2018
Respondida: david edwards jr el 27 de Dic. de 2018
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 comentario
Walter Roberson
Walter Roberson el 27 de Dic. de 2018
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.

Iniciar sesión para comentar.

Respuesta aceptada

david edwards jr
david edwards jr el 27 de Dic. de 2018
thanks
david

Más respuestas (0)

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by