idgrey error "too many arguments"
Mostrar comentarios más antiguos
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 comentarios
Geoff Hayes
el 7 de Ag. de 2016
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
el 7 de Ag. de 2016
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
el 7 de Ag. de 2016
Editada: Walter Roberson
el 7 de Ag. de 2016
Walter Roberson
el 7 de Ag. de 2016
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
el 7 de Ag. de 2016
Editada: Walter Roberson
el 8 de Ag. de 2016
Dave
el 7 de Ag. de 2016
Walter Roberson
el 8 de Ag. de 2016
Which one of the variables named is the time input to the ode?
Dave
el 8 de Ag. de 2016
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Grey-Box Model Estimation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!