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!