Tool development using GUIDE
1 次查看(过去 30 天)
显示 更早的评论
Hi, I am developing a decision support tool in matlab. I am facing issues in the GUI. I am using GUIDE for its development. I would like to move from one screen to another at the push of a button but within the same matlab figure. For example we have an opening screen with a button on it. Once the user presses this button the tool shows the next screen asking the user to press in id and password. Tool authenticates the user and opens another screen with inputs for the user to select...and so on.
programming each screen and the mathematics behind is more or less ok but I am unable to program the several screens in a single figure. I don't want a seperate figure/window to pop up every time user moves to the next page.
I will have several screens and also multiple paths from a single screen.
I understand java is better at GUI but would like to stick to Matlab at the moment.
Will appreciate guidance.
Thanks
0 个评论
采纳的回答
Sachin Ganjare
2012-10-16
Probably below link could be useful:
Hope it helps!!!
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!