"Close" all loops in a script m file

4 次查看(过去 30 天)
I have multiple for loop
for a=1
test
end
for b=1
test
end
In an editor I can "close" the loops with (+) and (-). Is there any way to close all loops in a script file?

采纳的回答

Steven Lord
Steven Lord 2018-6-14
Yes, it is possible to fold all loops in a file. See the "Code Folding" section on this documentation page for more information.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by