Persistent error messages upon opening new MATLAB R2020a download

I just downloaded R2020a onto my new computer with my school's license. However, every time I open it up, I'm bombarded with several error messages and a host of Warning message lines of text. I can clear all of this to get it out of the way, but from then on, every time I try to do anything (from typing a simple addition equation to, to changing the path/folder I'm in, to loading a .m file or variable) then I get an error message reading:
unrecognized function or variable "settings"
Does anyone know why this is happening and/or how to fix it?
After fiddling with it, the error message has now switched to:
unrecognized function or variable 'matlab.internal.validation.propertyValidatorException'
When I try to click on "Request Support" I get an error message reading:
Unable to resolve the name connector.ensureServiceOn
Any help would be greatly appreciated!

 Respuesta aceptada

Hi kellie,
The above issue of unrecognized function or variable "settings" can happen if the MATLAB unables to find ‘settings.m’ file. There can two reasons.
  1. It does not exist
  2. It is not on the search path
You can try these three commands and see if it resolves the issue.
>> restoredefaultpath
>> rehash toolboxcache
>> savepath

2 comentarios

Yes, this worked, thank you!
same problem. this solved it!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Downloads en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Preguntada:

el 5 de Ag. de 2020

Comentada:

el 28 de Jun. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by