Why do I receive the error "Attempt to execute SCRIPT sisotool as a function"
조회 수: 2 (최근 30일)
이전 댓글 표시
I receive the error:
댓글 수: 2
dpb
2019년 6월 16일
Most likely is you tried to execute a line calling sisotool with a return value...altho we can't see your terminal from here to know exactly what code sequence you did execute to generate the error...attach that code and the error message all in context.
Walter Roberson
2019년 6월 16일
Not in this case. sisotool is a true function and permits a return value.
답변 (2개)
Walter Roberson
2019년 6월 16일
restoredefaultpath
rehash toolboxcache
might solve the problem. If not then command
which -all sisotool
Unless you are using a relatively old release you should see only one entry that is something like
toolbox/control/ctrlobsolete/sisotool.m
If you see multiple entries then the first one might be interfering with the others.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!