Too many output arguments s = setting

can you please help me with this?
Here I have check settings() function which returns nothing but matlab built-in funcition imshow() is expecting it to return some object 's' therefore it is giving error "too many output arguments" in fact it return nothing.
Thanks in advance!

8 comentarios

Tommy
Tommy el 27 de Abr. de 2020
What settings function did you check? What is the result of
which settings
Walter Roberson
Walter Roberson el 27 de Abr. de 2020
Yes, it is likely that you have your own settings.m that is interfering with Mathwork's setting.m
Muhammad Asif
Muhammad Asif el 27 de Abr. de 2020
thanks for your reply
my matlab version is 2017a
while in the current folder where I am working there is no such setting function. Actually I am trying to run a matlab example as you can see in the picture.
Rik
Rik el 27 de Abr. de 2020
Please show the results of this line:
which settings -all
That way we know for sure the inbuilt function is called.
Muhammad Asif
Muhammad Asif el 27 de Abr. de 2020
>> which settings -all
C:\Program Files\MATLAB\R2017a\toolbox\psat\settings.m
C:\Program Files\MATLAB\R2017a\toolbox\matlab\configtools\settings.m % Shadowed
Use pathtool to move
C:\Program Files\MATLAB\R2017a\toolbox\psat
to the bottom of your path.
Note: this might interfere with psat working properly, but that is something to worry about later.
Muhammad Asif
Muhammad Asif el 27 de Abr. de 2020
Great!
It worked.
Thanks a lot
prince  aduama
prince aduama el 13 de Feb. de 2022
It worked. Thank you!

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Environment and Settings en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Abr. de 2020

Comentada:

el 13 de Feb. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by