How to create a non-modal dialog in Matlab?

Status
Not open for further replies.

wave-maniac

Full Member level 3
Joined
May 5, 2001
Messages
156
Helped
3
Reputation
6
Reaction score
0
Trophy points
1,296
Location
USA
Activity points
1,772
matlab dialog

Dear members,

I need to create a non-modal dialog in matlab which could have at least a button, so that once clicked on, it would call a function to change a parameter, which might be used by a running matlab code. Any help would be gratefully appreciated.

Thanks in advance
 

dialog matlab

if I understand your problem you can use a code as:

uiwait(msgbox('rigth','Configuration')); and set the property modal to nonmodal.
 

matlab figure modal dialog

Dear nebisman,

Thanks for your reply. By changing the property, I receive an error message.

Best regards
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…