Unknown Error while compiling Simulink model.
Ältere Kommentare anzeigen
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 Kommentare
Benjamin Thompson
am 1 Aug. 2022
Can you post the model? What do you mean by "using Java libraries" inside of the function block?
Tyler Gaston
am 1 Aug. 2022
Tyler Gaston
am 1 Aug. 2022
Antworten (0)
Kategorien
Mehr zu Simulink Environment Customization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

