|
|
Re: associating .m files with matlab
Posted:
Nov 25, 2012 7:52 PM
|
|
I had the same problem today and as it turned out, that you shall not name a function "open.m" ^^
Somehow that seemed to bother Matlab and as soon as i deleted that function everything worked well again.
I mean... seriously?
Give it a try.. create a function called "open.m" and try to open a file in Matlab's editor... funny, huh?
|
|