Linearize FMU model in Simulink
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
Shivam Lahoti
2024년 10월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Export Simulink Model as Standalone FMU에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!