Linearize FMU model in Simulink
Show older comments
Hello,
I'm exploring the FMU inport / export functionalities associated to Matalb / Simulink and their compatibility with other routines available in the MATLAB environment.
In particular:
- I created a trivial Simulink model, and exported it in FMU format through the standard process.
- Imported the generated FMU in a new simulation, and compared it to the "source" model
- Comparison results in time-domain: same behaviour for source and FMU-exported model [correct, no issues].
- Comparison results in frequency-domain (through the linearize command): FMU-exported model does not linearize properly.
Did anyone experienced the same issue? Any workaround on that?
Accepted Answer
More Answers (1)
Shivam Lahoti
on 10 Oct 2024
0 votes
Hi Alberto,
I understand you want to understand if import bock supports linearization of FMU models.
FMU import block supports Analytical Jacobian via reading directional derivatives from FMU file, so it should be able to support analytical linearization.
Jacobians are supported in FMI 2.0, as can be referred from the following documentation:
I hope this helps you understand more about the FMU import functionalities.
Regards,
Shivam.
Categories
Find more on Linear Prediction 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!