Borrar filtros
Borrar filtros

Naming a GUI with spaces

1 visualización (últimos 30 días)
Subhiksha
Subhiksha el 4 de Oct. de 2013
Comentada: Walter Roberson el 22 de Jun. de 2015
Hello,
Is it possible to name a GUI with a name other than that of m-file's name. GUI's name should contain spaces, like the tool BrainNet Viewer has.
Thank you.
  2 comentarios
Walter Roberson
Walter Roberson el 4 de Oct. de 2013
Where do you anticipate the GUI's name showing up?
Are you using GUIDE ?
Jan
Jan el 4 de Oct. de 2013
YOu cannot expect, that the contributors in this forum are familiar with the details of "BrainNet Viewer". So please explain exactly, what you want.

Iniciar sesión para comentar.

Respuesta aceptada

Jan
Jan el 4 de Oct. de 2013
Do you mean the name, which appears in the figure's border? This can be changes easily:
set(FigureHandle, ...
'NumberTitle','off', ...
'Name', 'Name with spaces');
  3 comentarios
Moiz
Moiz el 22 de Jun. de 2015
Where would you add this in the GUI mfile ? Is it inside the Opening Fcn of before that ?
Walter Roberson
Walter Roberson el 22 de Jun. de 2015
inside the Opening function would be good. Certainly not before that, as before that the figure does not exist to change the properties of.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps 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