Inserting Progress Bar popup window into Gui window

조회 수: 2 (최근 30일)
Anthony
Anthony 2015년 8월 4일
답변: Anastasija Mitrevska 2018년 3월 1일
Hi, I am wondering if there is any way to use the progressbar.m file that I downloaded from the matlab file exchange and then place this progressbar figure within the figure of a GUI code I created using the guide? So basically what I need is a way to merge the GUI window figure with the progressbar figure. Is this at all possible? If so please help me out?

채택된 답변

Richa Gupta
Richa Gupta 2015년 8월 6일
편집: Richa Gupta 2015년 8월 6일
Hi Anthony,
Looking at the code in "progressbar.m", it might be a little difficult to merge the progressbar figure with your GUI figure but one way of doing it would be to somehow get the handle to the axes for the progressbar figure and make your GUI figure its parent. Alternatively, you can call the progressbar function from your main GUI code but this would display the progressbar figure separately from your GUI figure.
Feel free to ask the same question to the author of “progressbar.m” by commenting directly in File Exchange.
Richa
  댓글 수: 1
Anthony
Anthony 2015년 8월 7일
Thanks a lot for the answer. I will look into doing this and then if all else fails I will ask the author.

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

추가 답변 (1개)

Anastasija Mitrevska
Anastasija Mitrevska 2018년 3월 1일
Hello Anthony, I want to do the same thing but I don't know if it is possible. Did you manage to do it ?
Thanks in advance for the answer Anastasija

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by