Development Environment    

Opening the Editor Without Starting MATLAB

On Windows platforms, you can use the MATLAB Editor without starting MATLAB. To do so, double-click an M-file in Windows Explorer. The M-file opens in the MATLAB Editor. To open the Editor without a file, open $matlabroot/bin/win32/meditor.exe. Regardless of the type of MATLAB license you have, you can open multiple instances of meditor because it is not considered an instance of MATLAB.

When you open the MATLAB Editor without starting MATLAB, the Editor is a stand-alone application. You cannot debug M-files from it, evaluate a selection, access source control features, dock the Editor in the MATLAB desktop, nor access help from it. It remains a stand-alone application, even if you subsequently open MATLAB. Other than these limitations, you can use the editing features as described in Creating and Editing M-Files with the Editor/Debugger.

For Windows platforms, when MATLAB is installed, the stand-alone Editor is automatically associated with files having a .m extension. If you double-click an M-file, the stand-alone Editor opens. You can change the association using Windows Explorer so that files with a .m extension will open in the Editor/Debugger in MATLAB.


  Opening a Selection Closing the Editor/Debugger