MATLAB Editor's functionalities and utilities in Atom.
Execute matlab.engine.shareEngine('AtomMatlabEngine')
in your current MATLAB instance, or put the line in your startup.m
.
Add the folder [...]\.atom\packages\atom-matlab-editor\lib\java
to your MATLAB search path.
Insert all the needed informations in the package's config.
matlabroot
in your MATLAB instance.computer('arch')
.prefdir
and tempdir
.In case of "no nativemvm in java.library.path" error: add the correct path to your environmental variables as explained in this MATLAB Answers thread, and then restart Atom.
Atom Matlab Editor utilizes Java as a bridge between Atom and MATLAB, without the need to have a separate Java installation since the package uses the executable shipped with MATLAB.
WARNING: This package is developed on Windows with MATLAB R2020a (initially with R2017a). It's safe to assume that the package works for all the versions in between. For now the focus is on implementing/polishing all the features, therefore compatibility with versions older than R2017a is not guaranteed. For this reason, remember to specify your OS and MATLAB version in any bug report.
F5
), section (CTRL+F5
) or selection (F9
) in the current MATLAB instance.ALT-F5
). Be careful, sometimes MATLAB fails to notice that a file has been modified by an external editor.F1
on selection).CTRL+F1
).Right-Click
on the relative TextEditor tab).Right-Click
on the TreeView item).