You are on page 1of 1

MATLAB® Live Editor Quick Start Guide

Writing Code Exploring Outputs

Debugging Keyboard Shortcuts

Pause: Pause execution to debug Markdown for Formatting Shortcuts for Coding
Markdown Windows Mac

Title # Toggle code Alt+Enter ⌥⏎


and text Ctrl+E
Heading ##

Section break %%
Insert section break Ctrl+Alt+Enter ⌥⌘⏎
Bulleted list *
-
Run section Ctrl+Enter ⌘⏎
+ Run and advance Ctrl+Shift+Enter ⇧⌘⏎
Breakpoints: Set breakpoint and Numbered list 1.
run to debug
2. Run all F5 ⌥⌘R
Hyperlink <  > Run next line F10 F10
Insert LaTeX $  $ Comment Ctrl+R ⌘/
equation Uncomment Ctrl+T ⌘T
Monospaced |  |
text `  `
Increase indent Ctrl+] ⌘]
Decrease indent Ctrl+[ ⌘[
Code example `  `
Smart indent Ctrl+I ⌘I
Text formatting _italic_
*italic*
__bold__
Quit execution Ctrl+C ^C
**bold** Shift+F5

Learn more about MATLAB Live Editor: mathworks.com/live-editor

mathworks.com

© 2018 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc. See mathworks.com/trademarks for a list of additional trademarks.
Other product or brand names may be trademarks or registered trademarks of their respective holders.

You might also like