
Saving and Displaying Only the GUI Layout
7-13
open('mygui.fig')
openfig('mygui')
hgload('mygui')
You can run a GUI that has no M-file only if you set the Callback property of
each component in your GUI to a string that MATLAB can evaluate and
perform the desired action. This string can be an expression or the name of an
M-file.
Comentarios a estos manuales