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年 前 | 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年 前 | 2

