Can I use MATLAB editor without running MATLAB?

这一生的挚爱 提交于 2019-12-11 03:03:12

问题


Is there any way to open MATLAB editor without opening MATLAB ? I would like to edit my codes using MATLAB editor and my laptop is getting very slow. So Can I just open MATLAB editor?

Also, is there any good editor like MATLAB's editor?


回答1:


The MATLAB Editor is part of the IDE, so you can't launch it without launching MATLAB.

Notepad++ is a great text editor for Windows, that supports syntax highlighting for many languages, including MATLAB, and is pretty lightweight.




回答2:


You can just open it in notepad or text editor. Just right click on it and select open with and then select whichever text editor you want to use.




回答3:


Since MATLAB GUI is quite computationally expensive I open MATLAB without the GUI:

matlab -nodesktop

In such a way I have the MATLAB prompt ready to work and I edit files with sublime text editor setting MATLAB syntax.

It looks like this:



来源:https://stackoverflow.com/questions/24577561/can-i-use-matlab-editor-without-running-matlab

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!