Input and Output ports are not shown for imported Amesim FMU model.

2 ビュー (過去 30 日間)
Gajanan Udas
Gajanan Udas 2020 年 6 月 24 日
回答済み: Yash 2025 年 1 月 20 日
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?

回答 (1 件)

Yash
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.

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by