Cannot find an exact (case-sensitive) match for ??

4 views (last 30 days)
marina
marina on 5 Aug 2014
Edited: sith129 on 11 Aug 2016
Hi,
Is there any way to turn off this error message or is it possible to switch the error message into a warning? I use Matlab 2013a:
Cannot find an exact (case-sensitive) match for 'Timer' The closest match is: timer in C:\MATLAB\Toolbox\matlab\iofun\@timer\timer.m
I don't know how to correct it because this error appears when I try to simulate the extension .mdl in Simulink (attached file). With previous versions I've never had this type of problem executing the same file, although the function case-sensitive began to be developed with Matlab 2011.
Thank you very much for any help in advance.
  4 Comments
Patrik Ek
Patrik Ek on 5 Aug 2014
It happens for me as well in matlab 2013a. Is it possible for you to change the call to the function, or is it embedded in some built in function? In general I am positive for the case-sensitive extension, but if these error occur it is not so good. You may need to speak to matlab support if this error is inside a function written by mathworks.
sith129
sith129 on 11 Aug 2016
Edited: sith129 on 11 Aug 2016
maybe your files haven't the same name, for example the name function in your code or any sentence in your code don´t have the same name.

Sign in to comment.

Answers (1)

Andreas Goser
Andreas Goser on 5 Aug 2014
I do not suggest switching off the warning as the warning is likely there for a reason. The difficulty here may be related to the non-MathWorks product or blockset you are using. Maybe this product is not compatible with R2013a in the first place?

Categories

Find more on Startup and Shutdown 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!