Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top