[Matlab] Can't find inputdlg.m file

  • Context: MATLAB 
  • Thread starter Thread starter mesa
  • Start date Start date
  • Tags Tags
    File Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
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
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 :)