开发者

Several MATLAB command windows possible?

Is it possible to have several command windows (con开发者_运维知识库soles) in matlab?


Yes, you can start multiple sessions of MATLAB in different terminals or windows. Remember that you can use the command matlab -nodesktop to have a MATLAB session without the GUI, it's very useful to save space and memory.


Within a single Matlab session, no. But you can run several sessions of Matlab in parallel on the same machine using a single license.


I think you can start up to four individual sessions of MATLAB on a machine. But the behavior of the MATLAB startup program seems to be different depending on the OS and MATLAB versions.

On Windows, you may be able to start another session by just clicking the icon on the Programs Menu.

On Mac OSX, depending on the MATLAB version that you use, you may have to do 'Show Package Content' (right mouse click over the icon in the Applications folder) and directly double-click the executable file called 'matlab' under the /bin directory (or over its alias) to start another session.

On Linux, you can just type 'matlab' on the Console and start another session.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜