edit
Edit or create file
Description
edit opens a new file called Untitled.m in
the Editor. MATLAB® does not automatically save Untitled.m.
edit opens the specified file in the Editor. If
filefile does not already exist, MATLAB asks if you want to create it. You must have write permission to the
path to create file. Otherwise, MATLAB ignores the argument.
Editing MAT-files and binary files such as P-code files and MEX-files is not supported using
the edit function.
edit opens each file,
file1 ... fileNfile1 ... fileN, in the Editor.
Examples
Input Arguments
Version History
Introduced before R2006a