Input and Output ports are not shown for imported Amesim FMU model.
4 次查看(过去 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!