matlab - Calling GUI more than once -
matlab - Calling GUI more than once -
i developing complex programme in matlab r2013a evaluate eeg , other info recorded animals. have main gui menu bar , 2 panels on 16-16 axes can shown. created 2 guis guide. 1 used set sampling rate, number of recorded channels, etc., when open new info file. other gui used set how many graphs should drawn in main gui, recorded channel should shown, filtering necessary or not, etc. set these things takes 400 controls (popuplists, checkboxes, etc.)
i phone call these guis several times main gui. first gui keeps changes made during previous call, while other gui reset initial state whenever phone call it. of course, store values of these 400 controls, , somehow restore them previous state, tedious.
can tell me why 2 guis behave differently? in view, not unusual gui called more 1 time program, , seems natural user wants alter few settings , not rewrite everything.
matlab user-interface
Comments
Post a Comment