I'm receiving an error: Unable to resolve the name connector.​resetLocal​ePreferenc​e.

9 views (last 30 days)
I'm receiving an error: Unable to resolve the name connector.resetLocalePreference.
I've tried uninstalling and reinstalling but it persists. Would anyone have any ideas?
Thank you,
Patrick

Answers (1)

Bhargavi Maganuru
Bhargavi Maganuru on 3 Apr 2020
The error you are receiving is usually caused by MATLAB having a pathing error. To resolve this error, please run the following commands in MATLAB in order:
restoredefaultpath
savepath
Once done, restart MATLAB.
  4 Comments
chaitanya chawla
chaitanya chawla on 25 Jul 2020
hi Bhargavi,
does this work for matlab online also?
Because im not able to solve this issue in matlab online

Sign in to comment.

Categories

Find more on Introduction to Installation and Licensing 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!