Why do I receive 'undeclared identifier' error when running my model using a variable step solver in Simulink Accelerator 6.0.1 (R14SP1)?
Afficher commentaires plus anciens
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>
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Configure Simulation Conditions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!