Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Several MATLAB command windows possible?

Tags:

matlab

Is it possible to have several command windows (consoles) in matlab?

like image 454
asdf123 Avatar asked Dec 10 '10 13:12

asdf123


People also ask

How many command windows are there in MATLAB?

1.2 Matlab screen The Matlab screen mainly include 4 parts:Command Window, Workspace window,Command History window and Current Directory window.

How do I run multiple commands in MATLAB?

To enter multiple statements on multiple lines before running any of the statements, use Shift+Enter between statements. This action is unnecessary when you enter a paired keyword statement on multiple lines, such as for and end . MATLAB displays only the values of A and C in the Command Window.

How do I add a Command Window in MATLAB?

To restore the Command Window to the default location, go to the Home tab, and in the Environment section, click Layout. Then, select from one of the default layout options. To bring focus to the Command Window from another tool such as the Editor, type commandwindow .

How do I switch between MATLAB Windows?

On the Home tab, in the Environment section, click Preferences. Select MATLAB > Command Window, and then adjust the options as described in the following table.


1 Answers

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.

like image 88
Matteo De Felice Avatar answered Sep 29 '22 07:09

Matteo De Felice