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

