Answers for "how to save structured numpy array as mat file in python"

1

save np array as mat file

scipy.io.savemat('test.mat', {'mydata': mydata})
Posted by: Guest on February-23-2020

Code answers related to "how to save structured numpy array as mat file in python"

Python Answers by Framework

Browse Popular Code Answers by Language