MATLAB: Do I get the warning “MATLAB:di​spatcher:I​nexactCase​Match Cannot find an exact (case-sensitive) match for ‘startup'” on MATLAB startup

MATLAB

On startup the following message is displayed:
Warning: Executing startup failed in matlabrc.
This indicates a potentially serious problem in your MATLAB setup, which should
be resolved as soon as possible. Error detected was:
MATLAB:dispatcher:InexactCaseMatch
Cannot find an exact (case-sensitive) match for 'startup'
The closest match is: Startup in C:\Users\timdu\Documents\MATLAB\StartUp.m

Best Answer

The startup file MATLAB searches for is case sensitive.
In order to resolve this issue, the current 'StartUp.m' file should be renamed to 'startup.m'.