mustBeColumn
R2026bSyntax
Description
mustBeColumn( throws an error if
value)value is not a column vector. A column vector has dimensions of
n-by-1. This function does not return a value.
mustBeColumn calls the iscolumn function to determine
if the input is a column vector.
Class support: All numeric classes, logical, and MATLAB® classes that overload iscolumn.