Borrar filtros
Borrar filtros

Inserting Progress Bar popup window into Gui window

2 visualizaciones (últimos 30 días)
Anthony
Anthony el 4 de Ag. de 2015
Respondida: Anastasija Mitrevska el 1 de Mzo. de 2018
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?

Respuesta aceptada

Richa Gupta
Richa Gupta el 6 de Ag. de 2015
Editada: Richa Gupta el 6 de Ag. de 2015
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 comentario
Anthony
Anthony el 7 de Ag. de 2015
Thanks a lot for the answer. I will look into doing this and then if all else fails I will ask the author.

Iniciar sesión para comentar.

Más respuestas (1)

Anastasija Mitrevska
Anastasija Mitrevska el 1 de Mzo. de 2018
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

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by