Why do I receive 'undeclared identifier' error when running my model using a variable step solver in Simulink Accelerator 6.0.1 (R14SP1)?
Show older comments
I am using a variable step solver, say ode15s, to simulate my model in Accelerator mode. I receive the following compile-time errors:
<SNIP>
mymodel.c
mymodel.c(142) : error C2065: 'localXdis' : undeclared identifier
mymodel.c(142) : error C2223: left of '->Integrator_CSTATE' must point to struct/union
mymodel.c(145) : warning C4020: 'case_ex_c0' : too many actual parameters
mymodel.c(150) : error C2223: left of '->Integrator_CSTATE' must point to struct/union
mymodel.c(153) : warning C4020: 'case_ex_c0' : too many actual parameters
mymodel.c(165) : error C2223: left of '->Integrator_CSTATE' must point to struct/union
mymodel.c(171) : error C2223: left of '->Integrator_CSTATE' must point to struct/union
<SNIP>
Accepted Answer
More Answers (0)
Categories
Find more on Acceleration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!