Clear Filters
Clear Filters

GUI

2 views (last 30 days)
Cindy
Cindy on 21 Mar 2012
why GUI certainly use FUNCTION to run, cannot use SCRIPT to run?

Accepted Answer

Jan
Jan on 21 Mar 2012
You can create a GUI in a script also. But GUIDE uses nested function and/or subfunctions for the callbacks. And functions cannot be defined inside scripts.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!