User`s guide

R2008a
18-22
cell break and one below it. Now, if you insert a cell break, MATLAB also inserts implicit
cell breaks.
In the example shown, it inserts two implicit cell breaks in the subfunction where you
inserted the explicit cell break; one on the first line of the subfunction and one on the
last line of the subfunction. This results in three cells: one containing the entire file, one
containing the collatzplot_new function, and one containing just the Collatz Problem
cell title.
Nested cells are introduced to support function publishing.