主要内容

FMU 导入

使用功能模型单元 (FMU) 模块将第三方功能集成到 Simulink®

FMU 模块允许您将 FMU 中包含的应用程序导入 Simulink 中。该模块有两种模式,分别用于集成实现以下接口的 FMU:

  • FMI 联合仿真接口。这些 FMU 包含局部求解器。

  • FMI 模型交换接口。这些 FMU 不包含局部求解器,

有关将现有 Simulink 模型导出为 FMU 的信息,请参阅Create Standalone FMU (Simulink Compiler)

模块

FMU在模型中包含功能模型单元(FMU)

函数

fmudialog.compileFMUSourcesGenerate binary for FMU with source code on current platform (自 R2024a 起)
fmudialog.createBusType创建工作区中结构化输入或输出端口所需的所有 FMU 总线对象
fmudialog.createEnumTypeGenerate all enumeration classes required for FMU input or output ports
fmudialog.createTypeObjectGenerates enumeration and bus objects required for FMU input or output ports

主题

精选示例