Borrar filtros
Borrar filtros

menu position and size

31 visualizaciones (últimos 30 días)
Artur M. G. Lourenço
Artur M. G. Lourenço el 4 de Nov. de 2011
Editada: per isakson el 24 de Oct. de 2014
how to make set position and zise of a menu
e.g.:
choice = menu('Choose a color','Red','Blue','Green')
i want make this:
set('position',[ 100 100 100 100]) set('size', etc)
this commands are ivalids for function 'menu'
thanks adv

Respuesta aceptada

Walter Roberson
Walter Roberson el 4 de Nov. de 2011
The code for menu() determines the position and size automatically, taking in to account the size required in order to fit the text and the buttons.
The only thing you can change is
get(0,'DefaultUicontrolFontsize')
ans =
10
to provide a larger font size (which would result in the text being larger, thus affecting the window size.)
If you need finer control, then menu() is not the appropriate tool for the task. menu() is designed for simplicity of user interface.
  5 comentarios
Alexei
Alexei el 24 de Oct. de 2014
Is it also impossible to put special characters into the menu choices? For instance I typed '1\omega' as one of the choices, and it just displayed 1\omega instead of what I wanted -- 1 followed by the Greek character. Or am I doing something wrong? This syntax works when inputting a label on a figure, for instance.
per isakson
per isakson el 24 de Oct. de 2014
Editada: per isakson el 24 de Oct. de 2014
See Customizing menu items part 1 and part 2 at Undocumented Matlab

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations 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