Borrar filtros
Borrar filtros

Why figure toolbar doesn't work in GUI

2 visualizaciones (últimos 30 días)
Tomislav
Tomislav el 8 de Nov. de 2012
Comentada: Matthew Hockley el 15 de Dic. de 2018
I have created figure toolbar in GUIDE with toolbar editor, and put some usual stuff, zoom in, out, pan, data cursor and print.
And nothing of those seems to work. Why? And when I run GUI it let me turn on more functions at once?!
Thanks.
  6 comentarios
Sean de Wolski
Sean de Wolski el 8 de Nov. de 2012
Huh?
I would put it in the myGUI_outputfcn but once again I'd be more curious to find the root cause of it not working in the first place...
Tomislav
Tomislav el 8 de Nov. de 2012
Its a lot of code - 866 lines. It is hard to figure out in some dicent time. And I need quick answer. Sry.
Nothing seems to work.
Only when i type: set(gcf,'toolbar','figure');
but then I get, besides what I wanted, an empty figure with toolbar...
Thanks.

Iniciar sesión para comentar.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 8 de Nov. de 2012
Editada: Azzi Abdelmalek el 8 de Nov. de 2012
put this code in your openingFCN function
set(gcf,'toolbar','figure');
  4 comentarios
shannon stoffel
shannon stoffel el 1 de Sept. de 2015
Editada: shannon stoffel el 1 de Sept. de 2015
Could you clarify what you did? I am having the exact same problem. I have less than 300 lines of code though.
Matthew Hockley
Matthew Hockley el 15 de Dic. de 2018
Worked perfectly for me, thanks!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by