MatlabClient.matrix_from_array

static MatlabClient.matrix_from_array(a)[source]

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

Parameters

a (ndarray) – The input array.

Returns

System.Array – The matrix.

Examples

>>>