MATLAB: Multiple GUI screens

deploytoolguiguidematlab guiuicontrol

I want to implement a GUI in which, when the submit button is hit, other connected multiple GUI screens also pop out. May someone suggest technique for that.

Best Answer

If the second GUI is defined with GUIDE, just have the submit button callback invoke the second gui name as a function -- pretty much the same way that you started the initial gui by invoking its name as a function.
Related Question