MATLAB: Does the RUN command return an “inexact match” warning in MATLAB 7.0 (R14) on Windows, even though I have specified the exact path of the file to be executed

inexactmatchMATLABpathrunwarningwindows

I have a file "PrintHello.m" saved in the directory "C:\Folder1" and the directory is not on the MATLAB path. When I use the RUN command as follows:
run C:\Folder1\PrintHello
I receive the following warning the first time I execute the above command:
Warning: Function call printhello invokes inexact match c:\folder1\PrintHello.m.
In run at 62
even though the path is exact.
However, if the above code is executed again, there would be no warning.

Best Answer

This issue has been fixed in MATLAB 7.0.1 (R14SP1), and you no longer see the warning.
If you are using MATLAB 7.0 (R14), there is no workaround.