Main Content

Entering Commands

Build and run MATLAB®statements

While working in MATLAB, you issue commands that create variables and call functions. For an introduction, seeEnter Statements in Command Window.

Funzioni

ans Most recent answer
clc Clear Command Window
diary Log Command Window text to file
format Set output display format for Command Window
home Send cursor home
iskeyword Determine whether input isMATLABkeyword
more Control paged output in Command Window
commandwindow Select the Command Window
commandhistory Open Command History window

Oggetti

DisplayFormatOptions Output display format in Command Window

Argomenti

Enter Statements in Command Window

Enter individual statements in the Command Window while working in MATLAB.

Format Output

Format the output display in the Command Window and the Live Editor.

Richiamo delle funzioni

MATLAB offre un ampio numero di funzioni che eseguono compiti di calcolo. Per richiamare una funzione racchiuderne gli argomenti di input tra parentesi.

Stop Execution

Stop the execution of a MATLAB command.

Rerun Favorite Commands

一个MATLAB最喜欢的命令是一个简单的方法来运行group of MATLAB commands that you use regularly.

Write to a Diary File

To keep an activity log of your MATLAB session, use thediaryfunction.

Find Text in Command Window or History

Search text currently in the Command Window or Command History Window.

Set Command Window Preferences

Specify appearance and behavior of the Command Window and its output.

Set Command History Preferences

Specify how often to save automatically the history file and the types of statements to exclude.

Set Keyboard Preferences

Settings for delimiter matching in the Command Window, Editor, and Live Editor.

Risoluzione dei problemi

Resolve Error: Undefined Function or Variable

Troubleshoot error message related to undefined function or variable.