User`s guide
Desktop Tools and Development Environment
18-21
Similarly, the cell break within the for loop enables you to run the M-file and
experiment with the marker size value without the need to save the file between
adjustments:
For more information see Mark Up MATLAB Code for Publishing and Evaluate
Subsections of Files Using Code Cells.
Compatibility Considerations
In prior releases, the cell break characters (%%) had to be in the first column of the code
for the Editor to recognize the characters as a cell break. This is no longer true, the
Editor now recognizes these characters as a cell break regardless of the amount of white
space that precedes them.
Furthermore, with the introduction of nested cells, inserting cell breaks in this release
has different effects than in the previous release. In the previous release, if you inserted
a cell break before a subfunction declaration, MATLAB created two cells; one above the