how to add differnt windows by clicking on specific buttons in gui

hi all i am new to matlab and i am working on gui tool in which i need to open different windows by clicking on buttons is there any option to do so??????????

 Accepted Answer

the solution for this problem i fond is this
open(handles.filenem);

More Answers (1)

See figure()
Note: if you are new to MATLAB, you should probably not be trying to work with the compiler so soon. The compiler adds complications that are best overcome through experience.

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!