Why do I receive the error "Attempt to execute SCRIPT sisotool as a function"

2 次查看(过去 30 天)
I receive the error:
  2 个评论
dpb
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.

请先登录,再进行评论。

回答(2 个)

Walter Roberson
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.

ABID Abderahmane
ABID Abderahmane 2019-6-16
Thank you very much sir Walter Roberson .....OK it's done

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by