Error message showing when starting MATLAB 2020b

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

Moamen
Moamen 2023년 3월 3일
편집: Moamen 2023년 3월 4일
Please, help me. the same errore appeared to me, what should i do?
See my Answer; I show exactly which file you need to delete (or rename)

댓글을 달려면 로그인하십시오.

답변 (2개)

Walter Roberson
Walter Roberson 2020년 10월 8일

0 개 추천

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

I am getting this type of error messages when I try to open any matlab file. But I didn't understand your answer.
Give the command
which settings
You will get a response such as
C:\Program Files\MATLAB\R2020b\toolbox\psat\settings.m
showing a file under the psat installation directory.
Delete that file.
That will get you past that error.
You will probably not be able to run PSAT anyhow; you will probably get errors about
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
Moamen 2023년 3월 4일
편집: Moamen 2023년 3월 4일
@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
Amitosh Banerjee 2020년 11월 19일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Programming에 대해 자세히 알아보기

질문:

2020년 10월 8일

댓글:

2024년 11월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by