Main Content
mustBeRow
Syntax
Description
mustBeRow(
throws an error if
value
)value
is not a row vector. A row vector has dimensions of
1-by-n. This function does not return a value.
mustBeRow
calls the following function to determine if the input is
a row vector:
Class support: All numeric classes, logical
, and MATLAB® classes that overload isrow
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2024b