Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: Matlab GUIDE doesn't actually save handles to all components
Posted:
Jan 17, 2013 5:51 PM
|
|
"Alexandr Troshchanovskii" <satro@ukr.net> wrote in message news:kd9h3e$lte$1@newscl01ah.mathworks.com... > Thank you very much for your answer, Steven. > You really enlightened me! > > Can you please comment me the one more thing. > Drawing attention to the aforementioned features... If I make an .exe from > that GUI... Will this staff be initialized as well ?
If you compile the GUI's function file as your main file, or execute that function file to open the GUI from some function/script in your application, it should. If you just OPENFIG to open the GUI figure file in your compiled application, it should not.
-- Steve Lord slord@mathworks.com To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
|
|
|