.. highlightlang:: us .. _isvector: isvector ======== .. index:: isvector .. us.tag isvector NOTREADYENGLISH The :ref:`isvector` function checks if its argument is a vector. .. function:: bool = isvector(m) .. us.return **Return Value** *bool* is TRUE (1) if the argument *m* is a vector and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: m *m* is a scalar, matrix or function. .. seealso:: :ref:`overview-mathematic`, :ref:`isrowvector`, :ref:`iscolvector` :sub:`id-953811`