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
Tommy
2020년 4월 27일
What settings function did you check? What is the result of
which settings
Walter Roberson
2020년 4월 27일
Yes, it is likely that you have your own settings.m that is interfering with Mathwork's setting.m
Muhammad Asif
2020년 4월 27일
Rik
2020년 4월 27일
Please show the results of this line:
which settings -all
That way we know for sure the inbuilt function is called.
Muhammad Asif
2020년 4월 27일
Walter Roberson
2020년 4월 27일
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
2020년 4월 27일
prince aduama
2022년 2월 13일
It worked. Thank you!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!