idgrey error "too many arguments"
古いコメントを表示
When executing the idgrey command that includes "optional arguments" MATLAB appears to insert a zero at the beginning of the list of optional arguments and it then throws the error that there are too many arguments in the call to my ode function named in the idgrey command. What's going on???
I have read and re-read the documentation on idgrey, but to no avail.
Thanks
9 件のコメント
Geoff Hayes
2016 年 8 月 7 日
Dave - please copy and paste the line or lines of code that is generating the error message, and copy and paste the full error message. We need to see how you are using idgrey in your code.
Walter Roberson
2016 年 8 月 7 日
Please also show the output of
which -all idgrey
as it sounds as if you might have your own idgrey.m on your path.
Dave
2016 年 8 月 7 日
編集済み: Walter Roberson
2016 年 8 月 7 日
Walter Roberson
2016 年 8 月 7 日
You provided the function greymodHati_DKS but the code for that function expects fewer parameters than idgrey needs to pass for your combination of parameters. Please show the "function" line for greymodHati_DKS
Dave
2016 年 8 月 7 日
編集済み: Walter Roberson
2016 年 8 月 8 日
Dave
2016 年 8 月 7 日
Walter Roberson
2016 年 8 月 8 日
Which one of the variables named is the time input to the ode?
Dave
2016 年 8 月 8 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で System Identification Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!