Tool development using GUIDE

조회 수: 4 (최근 30일)
Lipika
Lipika 2012년 10월 15일
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

채택된 답변

Sachin Ganjare
Sachin Ganjare 2012년 10월 16일
Probably below link could be useful:
Hope it helps!!!
  댓글 수: 2
Lipika
Lipika 2012년 10월 16일
Thanks for the pointer. I did think and even try this possibility of emulating tabs by grouping components on uipanels and playing with their visibility but the issue I am facing is how dirty the playground(GUIDE window) becomes after even one panel. It becomes a bit difficult to develop. Or is there something I am missing given that I am a novice here.
Is there a way I could seperately layout each panel and then put over each other.
Thanks a lot
Sachin Ganjare
Sachin Ganjare 2012년 10월 16일

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Matt J
Matt J 2012년 10월 16일
This thread provides links to things that look at least similar to what you want
  댓글 수: 1
Lipika
Lipika 2012년 10월 16일
Thanks a lot Matt..Will let you know once I have used it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by