I am tackling this Constructing a web based tool using Matlab project.
In this regard, I need my GUI to seemlessly go from one screen to another, for example the welcome screen to a screen containing the MENU. I can call one fig from another but that will pop up another window. i need it to be in a single window. The background image in each screen will remail the same.
Thanks
Create the widgets you need and play with their ‘visible’ property:
You can also group them into uipanels