MATLAB: .mat file corrupt

conver

Hello,
But I get the following error:
Error using load
Unknown text on line number 1 of ASCII file
<some path>/MOTNL.MAT
"MATLAB".
I opened this .mat file in notepad and I saw it was created in Matlab 5.0 in 1999. So I believe this is a conversion error? So if this is the case could anyone maybe upconvert it? So I can open it with Matlab 2012a?

Best Answer

Try
load('MOTNL.MAT', '-mat')
Remember, Linux is case-sensitive, so possibly the .MAT is throwing it off.