Feeds
提问
edge distortion of mat file saved in python
i used > scipy.io to save an array as a mat file in python but when i open this file in matlab using > load() comman...
7 years 前 | 0 个回答 | 0
0
个回答已回答
ERROR :Unable to read MAT-file. Not a binary MAT-file. Try load -ASCII to read as text.
use addpath('your folder name') which contains the .mat files and then use load() function to call the mat file
ERROR :Unable to read MAT-file. Not a binary MAT-file. Try load -ASCII to read as text.
use addpath('your folder name') which contains the .mat files and then use load() function to call the mat file
7 years 前 | 2