Hello,
I try to perform a ASA using the MATLAB interface of IDAS . The forward integration works fine, but when try to calculate consistent initial conditions for the backward problem using "IDACalcICB()" I always get the error message
"
??? One or more output arguments not assigned during call to "idm".
Error in ==> IDACalcICB at 16
status = idm(mode, tout, icmeth);
"
I tried the same in the example in "midasBruss_ASA_dns.m". Inserting the line
"
status = IDACalcICB(0.99,'FindAll')
"
after initializing the backward problem just gives the same error message.
Am I doing something wrong ???
Thanks in advance
Lars