Main Content
Create Standalone FMU
Generate standalone Functional Mockup Unit from Simulink models using FMU Builder for Simulink®
Use the FMU Builder for Simulink support package to create a Functional Mockup Unit (FMU) from Simulink models or C/C++ code.
Debug FMU that contains its source code using an external debugger. For more information, see Debug FMU with Source Code Using External Debugger.
Functions
exportToFMU | Export Simulink model to functional mock-up unit (FMU) (Since R2023b) |
Simulink.SFunctionBuilder.generateFMU | Generate FMU compatible with FMI 3.0 standards from C/C++ code using S-Function Builder block (Since R2023b) |
Simulink.fmuexport.GetExportableVariableList | Get the list of exportable inputs, outputs, parameters, and internal variables for a model that is to be exported as an FMU (Since R2020a) |
Topics
- Export Simulink Models to Functional Mock-up Units
Generate cosimulation FMU compatible with FMI 2.0 and FMI 3.0 standards.
- Configure Model to Export as FMU with Internal Variables
Export Simulink model to FMU with internal variables.
- Generate FMU from C/C++ Code Using S-Function Builder
Integrate C/C++ code into Simulink S-Function Builder and generate an FMU.
- Export Model as FMU with Linux Binary on Windows
Generate standalone cosimulation FMU 2.0 and 3.0 with Linux® binary on Windows®.