vconvertΒΆ

vconvert converts a real-, string- or complex-matrix into a variant matrix.

vm = vconvert(m)

Return Value

vm is a variant matrix.

Parameters

m

m is a matrix of any type.

Example

v = vconvert(ones(5, 1));

History

Version Description
5.30 New.

id-262635