Statistics
RANK
11,050
of 300,678
REPUTATION
4
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 21,039
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,111
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersAnswered
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 ago | 2

