array_to_mat#
- stimupy.utils.export.array_to_mat(arr, filename)#
Save a numpy array to a mat-file.
- Parameters:
arr (numpy.ndarray) – array to be exported.
filename (Path or str) – (full) path to the file to be created.
Save a numpy array to a mat-file.
arr (numpy.ndarray) – array to be exported.
filename (Path or str) – (full) path to the file to be created.