Main Content
isrow
Determine if input is row vector
Syntax
Description
Examples
Input Arguments
Algorithms
If the input array
V
has more than two dimensions, thenisrow(V)
returns logical0
(false
). For example, an array of size 1-by-1-by-N is not a row vector.
Extended Capabilities
Version History
Introduced in R2010b