Determines whether the input a is a scalar.
b = is_scalar(a)Legacy name: isscalar
Scalar or array of any dimension of any data type.
1 if a is a scalar. Otherwise, the function returns 0. b is a Boolean.
b = is_scalar(4.3)
b = is_scalar([4.5, 5])
Where This Node Can Run:
Desktop OS: Windows
FPGA: DAQExpress does not support FPGA devices