Unknown Error while compiling Simulink model.
Afficher commentaires plus anciens
My Simulink model is a state propagator. I run in discrete time mode with a matlab function block, and the outputs get fed back into the inputs of the block. The 3 looped i/o signals are type double numerical vectors of size [1x6] , [1x3] , and [1x3]. I am also using Java libraries / obejects inside of the function block.
When I compile the model the compilation fails with this error:
failed assertion in B:\matlab\src\eml\api\ApiImpl.cpp at line 795:
In resolveFcnNameDefault: Assertion failed: calledFcnInfo->get_path_fcn_info()
... {A Bunch of Info Lines} ...
In resolveFcnNameDefault: Assertion failed: calledFcnInfo->get_path_fcn_info()
Component:Stateflow | Category:Assertion error
In resolveFcnNameDefault: Assertion failed: calledFcnInfo->get_path_fcn_info()
Component:Simulink | Category:Model error
Any help or clues as to how to solve this is greatly appreciated.
3 commentaires
Benjamin Thompson
le 1 Août 2022
Can you post the model? What do you mean by "using Java libraries" inside of the function block?
Tyler Gaston
le 1 Août 2022
Tyler Gaston
le 1 Août 2022
Réponses (0)
Catégories
En savoir plus sur Simulink Environment Customization 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!

