dash.is.charrow

True if an input is a char row vector


Syntax



Description

tf = dash.is.charrow(input)

Return true if the input is a char row vector. Otherwise, return false.


Input Arguments

input

any data type
The input being tested

Output Arguments

tf

scalar logical
True if the input is a char row vector or empty char. False otherwise.