MatlabClient.matrix_from_list

static MatlabClient.matrix_from_list(A, dtype=<type 'float'>)[source]

Make a Matlab-compatible matrix from a list of lists.

Parameters
  • A (list of list) – The input list.

  • dtype (object) – The data type constructor function. Default is float.

Returns

System.Array – The matrix.

Examples

>>>