How can I make a .p file from a .fig and .m file of my GUI?
2 次查看(过去 30 天)
显示 更早的评论
I've made a GUI and i don't know how to make .p file from it. Please Help Me.
采纳的回答
Matt Fig
2011-5-26
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 个评论
Rohit Asalkar
2018-12-17
Dragging the pcode throwing an error because of uiopen function. Any work around for this?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!