How can I make a .p file from a .fig and .m file of my GUI?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mahdi
el 26 de Mayo de 2011
Comentada: Rohit Asalkar
el 17 de Dic. de 2018
I've made a GUI and i don't know how to make .p file from it. Please Help Me.
1 comentario
Respuesta aceptada
Matt Fig
el 26 de Mayo de 2011
If you want one stand alone file, do this:
- Open the GUI in GUIDE
- Choose: File > Export
- Pick a name for an M-file, say: mygui
Now you have a single file (an M-file) which can run without the FIG-file. If you still want to turn it to a p-code file, then do:
pcode mygui % Use the name of the file you picked above.
1 comentario
Rohit Asalkar
el 17 de Dic. de 2018
Dragging the pcode throwing an error because of uiopen function. Any work around for this?
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!