.Fig to .m file

6 visualizaciones (últimos 30 días)
Lina Carmen
Lina Carmen el 8 de Feb. de 2011
Comentada: mark el 5 de Dic. de 2016
I could managed to convert my .fig file to .m file,but the original .m file which was created by GUIDE cant be used without .fig file.How to teach it to use new generated .m file to create the graphical items?

Respuesta aceptada

Walter Roberson
Walter Roberson el 8 de Feb. de 2011
It should in theory now just be a matter of removing the call to load the figure, and instead calling the routine that recreates the items that were in the figure.
  1 comentario
mark
mark el 5 de Dic. de 2016
how do we remove the call to load the figure and replace it with a routine that recreates the items that were in the figure,

Iniciar sesión para comentar.

Más respuestas (2)

Brett Shoelson
Brett Shoelson el 9 de Feb. de 2011
Lina,
From your GUIDE-built GUI, pull down from the File menu to EXPORT. That should generate a MATLAB file that will recreate the GUI independent of the Fig file.
Cheers,
Brett
  1 comentario
Lina Carmen
Lina Carmen el 12 de Feb. de 2011
I also accept this answer :)
Thanks Brett

Iniciar sesión para comentar.


Carlos Caicedo
Carlos Caicedo el 3 de Jun. de 2016

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by