Community Profile

photo

Faisal Khan


Last seen: 7 Monate vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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

mehr als 5 Jahre vor | 2