MATLAB: How to change the size of prompt

promptsize;

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.

Best Answer

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