how to organize your code in blocks
Show older comments
hi,
I wonder if it's possible to regroup (minimize) some parts of your code. Matlab offers this with for loop, but could it be possible to do so with any lines? For example let's say I have :
% I want
% to minimize
% this portion of code
and with some (magic) trick, now I could see something shorter like:
[+] % I want
Thx
Accepted Answer
More Answers (1)
Sean de Wolski
on 9 Dec 2011
docsearch editing code
Categories
Find more on Clocks and Timers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!