change font size and window size

5 views (last 30 days)
mohammad
mohammad on 8 Sep 2011
Commented: Josh on 23 Dec 2014
When i use of under command, 1 window coming up that its needed changing font size and window size:
answer = inputdlg({'Hello'},'Input',3,{'444'});

Accepted Answer

Jan
Jan on 8 Sep 2011
INPUTDLG does not allow to change the figure and font size. But you can copy the source and insert the wanted changes. Just type "edit inputdlg", save it in a user-defined folder (not inside Matlab's toolbox path!) and modify it.
  7 Comments
Jan
Jan on 2 Feb 2012
@Keith: Please post a new question in a new thread.
You find the answer in the documetation: "docsearch private"
Josh
Josh on 23 Dec 2014
Seems like setdefaultbutton is also missing there, to be copied from the same ibarary as these two

Sign in to comment.

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!