.. highlightlang:: us .. index:: vconvert .. _vconvert: vconvert ======== .. us.tag vconvert NOTREADYENGLISH Programming.variant New5300 :ref:`vconvert` converts a real-, string- or complex-matrix into a variant matrix. .. function:: vm = vconvert(m) .. us.return **Return Value** *vm* is a variant matrix. .. us.params **Parameters** .. uparam:: m *m* is a matrix of any type. .. us.example **Example** :: v = vconvert(ones(5, 1)); .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.30 - New. .. seealso:: :ref:`overview-programming`, :ref:`vtype`, :ref:`vmatrix`, :ref:`vcast`, :ref:`type` :sub:`id-262635`