Indent a block of code
68 views (last 30 days)
Show older comments
How do you indent a block of code? For example if you enclose a block of code in an if statement, and want to indent said block.
0 Comments
Accepted Answer
Wayne King
on 29 Oct 2011
In the MATLAB editor, you should automatically get identation of an if statement.
Other than that, highlight the text and do Text -> Small Ident, or Text -> Increase Ident
0 Comments
More Answers (2)
Image Analyst
on 30 Oct 2011
Highlight the lines of text. Then hit tab to indent them a level to the right, and shift-tab to outdent them a level to the left.
0 Comments
Rachel Allen
on 8 Jan 2021
You can also use smart indent
select code then 'ctrl I'
or
select code -> right click -> Smart Indent
1 Comment
Image Analyst
on 8 Jan 2021
I often just type control-a (to select all) and then control-i (to properly indent the entire file).
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!