Input and Output ports are not shown for imported Amesim FMU model.
2 ビュー (過去 30 日間)
古いコメントを表示
I was trying to import FMU model from Amesim to Matlab using the FMU import block in Matlab. When I import the model , the input and output ports are missing instead a single input and output port is shown. Can you please check this issue?
0 件のコメント
回答 (1 件)
Yash
2025 年 1 月 20 日
You need to check if the FMU file you are trying to import has the expected number of inports and outports. You can confirm this by investigating modelDescription.xml file inside the FMU. Unzip the FMU file by using the command:
unzip fmuFileName.fmu
FMU Import block in Simulink determines the number of inports and outports based on the FMU file.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!