IRCNN icon indicating copy to clipboard operation
IRCNN copied to clipboard

Unable to open .mat files

Open eran-shahar opened this issue 4 years ago • 1 comments

Hello, I'm trying to run your code on my R2018b matlab on Windows 10. When I try to load one of your .mat files (e.g. 'Levin09.mat') I get the following error:

Error using load Unable to read MAT-file C:\Users...\kernels\Levin09.mat. Not a binary MAT-file. Try load -ASCII to read as text.

Nothing I do seems to help. Any idea how to solve this issue?

eran-shahar avatar Jun 15 '20 11:06 eran-shahar

Perhaps that file is coded in UTF-8 You can just save it as ASCII

------------------ 原始邮件 ------------------ 发件人: "Eran Shachar"<[email protected]>; 发送时间: 2020年6月15日(星期一) 晚上7:06 收件人: "cszn/IRCNN"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [cszn/IRCNN] Unable to open .mat files (#26)

Hello, I'm trying to run your code on my R2018b matlab on Windows 10. When I try to load one of your .mat files (e.g. 'Levin09.mat') I get the following error:

Error using load Unable to read MAT-file C:\Users...\kernels\Levin09.mat. Not a binary MAT-file. Try load -ASCII to read as text.

Nothing I do seems to help. Any idea how to solve this issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

joshua-repo avatar Jun 16 '20 00:06 joshua-repo