at15 / mk-fld

A MATLAB program that use M-K model to calculate FLD and FLSD
Apache License 2.0
3 stars 2 forks source link

Share data between multiple GUI #2

Open at15 opened 8 years ago

at15 commented 8 years ago

It might be a good idea to have multiple windows for one GUI, so we can call them from menu instead of put all the controls in one window. The problem is how to communicate between the windows.

Ref:

at15 commented 8 years ago

The Sharing Data Among Multiple GUIDE UIs part in http://cn.mathworks.com/help/matlab/creating_guis/share-data-among-callbacks.html has example for how to share data between GUIDE created UIs.