Main Content
mustBeColumn
Syntax
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 following function to determine if the input
is a column vector:
Class support: All numeric classes, logical
, and MATLAB® classes that overload iscolumn
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2024b