Unable to open up any m-files. Running Ubuntu

3 views (last 30 days)
For some reason I am unable to open up m-files right now. Matlab boots up fine, but when I try to open up an m-file I get this error
Undefined function or variable 'eml_allow_enum_inputs'.
Error in isequal (line 7)
eml_allow_enum_inputs;
Error in cell/strcat (line 32)
if isequal(maxsiz, -1)
Error in uiopen (line 63)
allML(1)=strcat(allML(1), ';*.mdl;*.slx');
This happens for any m-file I try to open. I have all of the files I am using added to my path, so I don't think that is the problem.
I'm running Ubuntu 12.10.
Thanks

Answers (1)

Walter Roberson
Walter Roberson on 1 Nov 2012
Try
which -all isequal
It should be a built-in, but it appears something prior to that on your path has it as a .m file.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!