How do I change the size of prompt?

Dear all,
I have this code and I don´t know how change the size of prompt. I think, that I use options.Resize='on' so it will be all right, but it didn´t work.
prompt = {'Napište hodnotu p:'};
dlg_title = 'Vytvoření vlastního modelu';
num_lines = 1;
p = 0.5;
defaultanswer = {'0.5'};
options.Resize='on';
options.WindowStyle='normal';
options.Interpreter='tex';
answer=inputdlg(prompt,dlg_title,num_lines,defaultanswer,options);
Thank you for your answers.

1 comentario

Geoff Hayes
Geoff Hayes el 1 de Feb. de 2015
Veronica - please clarify what you mean by it didn't work. What were you trying to achieve, and what actually happened? Are you trying to make the text in the dialog larger, or just trying to allow the user to resize the input dialog?

Iniciar sesión para comentar.

 Respuesta aceptada

per isakson
per isakson el 1 de Feb. de 2015
Editada: per isakson el 1 de Feb. de 2015

2 votos

"Resize='on'" &nbsp enables the user to resize the dialog figure.
"change the size of prompt." &nbsp See the screen clip below

3 comentarios

Veronika
Veronika el 2 de Feb. de 2015
Thank you for your answer. I would like to prompt window was so great that text (dlg_title = 'Vytvoření vlastního modelu') was seen. Like this:
But I do not know if it's possible.
The width can be controlled. Doc says
If num_lines is an array, it must be size m-by-2, where m is
the number of prompts on the dialog box. [...]The second column
specifies the width of the field in characters.
Example
x = inputdlg('Enter space-separated numbers:', 'Sample', [1 50]);
The second column is the "50". Try this example and replace "50" by "100"
Veronika
Veronika el 4 de Feb. de 2015
Thank you, that really help.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre App Building en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 1 de Feb. de 2015

Comentada:

el 4 de Feb. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by