Too many output arguments s = setting
Show older comments

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 Comments
Tommy
on 27 Apr 2020
What settings function did you check? What is the result of
which settings
Walter Roberson
on 27 Apr 2020
Yes, it is likely that you have your own settings.m that is interfering with Mathwork's setting.m
Muhammad Asif
on 27 Apr 2020
Rik
on 27 Apr 2020
Please show the results of this line:
which settings -all
That way we know for sure the inbuilt function is called.
Muhammad Asif
on 27 Apr 2020
Walter Roberson
on 27 Apr 2020
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
on 27 Apr 2020
prince aduama
on 13 Feb 2022
It worked. Thank you!
Answers (0)
Categories
Find more on Environment and Settings 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!