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

118 views (last 30 days)
I have installed R2016a version without having any problem. But for R2021a and R2021b, I am getting this error as soon as I open Matlab
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:
Default calibration file does not exist.
Does anyone have any Idea to solve this issue?
Thanks in advance:)

Answers (1)

Ananya Tewari
Ananya Tewari on 19 Oct 2021
Hello,
This error message may indicate an issue with your 'startup.m' file. This file is located in $MATLAB\toolbox\local (where $MATLAB is the MATLAB installation directory). Check if any recent changes were made to this file that could be causing the error.
This error message may also indicate the existence of a duplicate 'startup.m' file. Execute the following command to locate all 'startup.m' files:
>> which -all startup.m
Rename any incorrect file, and restart MATLAB. Check to see if the issue persists.
If the issue persists, temporarily rename your 'startup.m' file and restart MATLAB. Again, check to see if the warning message is still generated.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!