MATLAB [Matlab] Can't find inputdlg.m file

  • Thread starter Thread starter mesa
  • Start date Start date
  • Tags Tags
    File Matlab
AI Thread Summary
To resize dialog boxes in MATLAB R2013b, users can edit the input dialog file by entering "edit inputdlg.m" in the command window. This file is located in the /toolbox/matlab/uitools directory. The discussion highlights the efficiency of this method and expresses a growing appreciation for MATLAB as a powerful tool, suggesting that users may benefit from exploring its features more thoroughly.
mesa
Gold Member
Messages
694
Reaction score
36
I want to look at it and see if there is another option to resize dialog boxes, does anyone know where it is hiding in MatLab R2013b?
 
Physics news on Phys.org
You can edit the file by just typing,

Code:
edit inputdlg.m

It's in the /toolbox/matlab/uitools directory.
 
  • Like
Likes 1 person
kreil said:
You can edit the file by just typing,

Code:
edit inputdlg.m

It's in the /toolbox/matlab/uitools directory.

That is exactly what I was looking for. Yet another simple and efficient way of working with this program, it seems I am becoming a fan of Matlab.

I shouldn't have been avoiding it for so long :)
 

Similar threads

Back
Top