MatlabClient.vector_from_array

static MatlabClient.vector_from_array(a)[source]

Make a Matlab-compatible vector from a (Numpy) array.

Parameters

a (ndarray) – The input array.

Returns

System.Array – The vector.

Examples

>>>