Error message showing when starting MATLAB 2020b
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Error using settings
Too many output arguments.
Error in matlab.internal.editor.PrewarmingSuppressor.isPrewarmingSuppressed
Error in matlab.internal.editor.EvaluationOutputsService.prewarmExecution
Error using settings
Too many output arguments.
Error in matlab.internal.codingui.warmupProgrammingAids
I just copy psat tool box in toolbox section of matlab after than it is showing message, whenever I open the matlab
2 comentarios
Walter Roberson
el 3 de Mzo. de 2023
See my Answer; I show exactly which file you need to delete (or rename)
Respuestas (2)
Walter Roberson
el 8 de Oct. de 2020
psat has a settings.m file that is interfering with the use of MATLAB.
If I recall correctly you can rename the psat file and it will run correctly. psat uses it to store preferences but will run without it.
5 comentarios
Eneko Unamuno
el 19 de Mzo. de 2021
Although deleting the settings command from PSAT solves this issue, I would rather suggest renaming it (e.g. to 'psat_settings.m'), and modifying the call to that file in line 231 from psat.m (version 2.1.11):
try
psat_settings()
catch
At least this solved the problem for me.
Moamen
el 4 de Mzo. de 2023
Editada: Moamen
el 4 de Mzo. de 2023
@Walter Roberson, Ok thanks very much Mr/ Roberson
I tried to delete the setting file, then rename it, but nothing happened.
then i get into internal error lines and put % before mentioned error lines but also nothing happened and error still existed, so finally i had to uninstall matlab 2021b and install it again.
Amitosh Banerjee
el 19 de Nov. de 2020
If you are using psat, you can get rid of this problem by setting the path back to default. MATLAB>Home> Set Path> a dialogue box opens> default. Even if the command windows show error, using normal matlab will not be a problem and if you want to use psat again, you need to change the path through set path back to the psat folder.
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
