Borrar filtros
Borrar filtros

GUI

1 visualización (últimos 30 días)
Shree Nath
Shree Nath el 6 de Jun. de 2012
I have programmed some calculations in my gui, so it takes some time and then displays the result. Problem is that it doesn't show anything 'BUSY' during this period.. this may sometimes lead to repetetive commands being given.
any comments?
  1 comentario
Shaun VanWeelden
Shaun VanWeelden el 6 de Jun. de 2012
I think this is what you are looking for:
http://www.mathworks.com/help/techdoc/creating_guis/bq61qtj-1.html#bq61ugk
Adjusting the busy action of your callback should get it to work. If you need more help let me know.

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Jun. de 2012
You can use waitbar(), or you can set the figure pointer to 'watch' http://www.mathworks.com/help/techdoc/creating_plots/f5-35149.html, or you can update a graphical element and drawnow() after the update, or you can disp() or fprintf() to the command window. You can also set the Enable property of buttons and menus to 'off', or you can create modal windows.
  1 comentario
Shree Nath
Shree Nath el 8 de Jun. de 2012
wait bar worked.. thanks :)

Iniciar sesión para comentar.

Más respuestas (1)

Pranav
Pranav el 6 de Jun. de 2012
I too have faced the same problem. Its a problem with Matlab GUI i guess.

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by