Command History
Open Command History window
Description
The Command History window displays a log of statements that you ran in the current and previous MATLAB® sessions. The Command History lists the time and date of each session in the short date format for your operating system, followed by the statements from that session. Brackets in the left margin indicate statements that were processed as a group. A colored mark precedes each statement that generated an error.
MATLAB saves statements that run in the Command Window to the history file
History.xml
. These statements include those you run using the
Evaluate Selection item on context menus in tools such as
the Editor, Live Editor, and Command History window. By default, MATLAB automatically saves the command history file after each statement. The
history file does not include every action taken in MATLAB. For example, changes to values in the Variables editor are not included
in the Command History window. All entries remain until you delete them, or until the
number of statements in the history file exceeds the number of statements to save, as
specified in the Command History preferences. When the specified limit is reached,
MATLAB automatically deletes the oldest entries. By default, the Command History
window saves 25,000 statements.
You can select entries in the Command History window, and then perform these actions for the selected entries.
Action | How to Perform the Action |
---|---|
Create a script from statements. | Select an entry or entries, and then right-click and select Create Script or Create Live Script from the context menu. The Editor opens a new file that contains the statements you selected from the Command History window. |
Rerun previous statements. | Do one of the following:
To extend the selection to include multiple statements, press Shift+↑. |
Copy statements to another window. | Select an entry or entries and then do one of the following:
|
Create a favorite command from statements. | Select an entry or entries, and then do one of the following:
For more information about favorite commands, see Rerun Favorite Commands. |
Delete entries. | Select the entries to delete, and then right-click and select Delete, or press the Delete key. To recall a deleted entry, right-click and select Undo Delete, or press Ctrl+Z. To delete all entries, click the action button (or ), and then select Clear Command History from the context menu. You cannot recall entries deleted in this way. |
Open the Command History
To open the Command History window with all history showing, in the Command Window,
press the Up Arrow key (↑) or enter commandhistory
. To open the
Command History window and display a specific statement, type any part of the statement
at the prompt and then press the Up Arrow key. To change how MATLAB searches for results, click the action button (or ) and select from the available options including
Match Anywhere, Match
Beginning, and Match Case.
By default, the Command History window closes after a statement is selected or the Esc key is pressed. To keep the Command History window open, in the Command History window, click the action button and then select either Detach or Dock. If the Command History window is closed while detached or docked, go to the Home tab, and in the Environment section, click Layout. Then, under Show, click Command History and select either Docked or Popup.
In MATLAB Online™, the Command History window displays in the left sidebar by default. To show or hide the Command History window, click the Command History icon in the sidebar. To remove the Command History from the sidebar, go to the Home tab, and in the Environment section, click Layout. Then, under Layout Options, click Command History and clear the Docked option.
Examples
Programmatic Use
Version History
Introduced before R2006a