Advertisement
MATLAB Shortcuts Command List:
In this article, you will find keyboard shortcuts for MATLAB. MATLAB is a high-performance language for technical computing, integrating computation, visualization, and programming.
MATLAB offers a range of tools and features that allow users to perform mathematical computations, visualize data, and develop algorithms.
Keyboard Shortcuts for MATLAB
General Shortcuts
- Ctrl + N: New Script
- Ctrl + O: Open File
- Ctrl + S: Save
- Ctrl + P: Print
- Ctrl + Z: Undo
- Ctrl + Y: Redo
- Ctrl + C: Copy
- Ctrl + V: Paste
- Ctrl + X: Cut
- Ctrl + F: Find
- F2: Rename
- F5: Refresh
Editor Shortcuts
- Ctrl + R: Run Script
- Ctrl + Enter: Run Selected Code
- Ctrl + Shift + E: Evaluate Selection
- Ctrl + Shift + C: Comment Selected Code
- Ctrl + Shift + X: Uncomment Selected Code
Command Window Shortcuts
- Up Arrow: Previous Command
- Down Arrow: Next Command
- Ctrl + A: Select All
- Ctrl + E: Clear Command Window
Miscellaneous Shortcuts
- Enter: Repeat Last Command
- Ctrl + M: Minimize All Windows
- Ctrl + R: Refresh Data
These shortcuts can enhance your efficiency when working with MATLAB by reducing the time spent navigating menus and commands.
Advertisement