Learn Before
Concept
MATLAB Files
Some helpful MATLAB functions in the scipy.io package include:
-loadmat(file_name[, mdict, appendmat]) Load MATLAB file
-savemat(file_name, mdict[, appendmat, …]) Save a dictionary of names and arrays into a MATLAB-style .mat file
-whosmat(file_name[, appendmat]) List variables inside a MATLAB file
0
1
Updated 2021-06-12
Tags
Python Programming Language
Data Science