grouprows
Group rows so they can be collapsed / expanded as a unit.
Syntax
Section titled “Syntax”grouprows(cr1, cr2, ...)Description
Section titled “Description”Groups the rows in the given cell range(s) into an outline level. Grouped rows can later be collapsed or expanded by clicking the outline-level controls in the row header.
MathJet-specific (no MATLAB equivalent; matches Excel’s row-grouping feature).
Example
Section titled “Example”grouprows(A2:A10) % group rows 2-10See also
Section titled “See also”ungrouprows— Remove row grouping.groupcols— Group columns so they can be collapsed / expanded as a unit.hiderows— Hide rows.