Convert .mat file into .csv file

Viewed 33

I want to analyze my ".mat file" by using Python.

But when it comes to deal with this data in Python Code, the program only reads name of the value(ex, '1275 x 3 double').

How can I convert .mat file(ex. 10 x 10 table) of which values are matrix type(ex. 1275 x 3 double) into .csv file?

0 Answers
Related