Editing Matlab Script (.m) Files



Select the GUI File/New command to create and edit a new .m file.

Select the GUI File/Open command to edit an existing .m file. One can also invoke the editor from the command line using the edit command.

Samples

  edit 'file.m'      % open the file file.m for editing

UCLA Mathematics Department ©2000