Export Simulink Model to Standalone FMU is not possible.

조회 수: 7 (최근 30일)
Johannes
Johannes 2025년 5월 28일
답변: Adarsh 2025년 6월 3일
Export Simulink Model to Standalone FMU is not possible.
=> If I open a Simulink model and go to "Simulation tab -> Save -> In Export Model To section" there is no "Standalone FMU...." option (see Screenshot).
From my Point of view I have installed all the necessary toolboxes (see also attached screenshot)
- MATLAB 2022b or greater.
- Simulink
- Simulink Coder Toolbox
- Simulink Compiler Toolbox

답변 (1개)

Adarsh
Adarsh 2025년 6월 3일
I understand that you are trying to use the “Export Model to Standalone FMU” feature in the save dropdown of simulation tab and facing the issue where the “Standalone FMU” export option is not visible.
This issue can be caused by the following reasons:
  • The toolboxes required for the task are missing or not installed.
  • Missing of “Simulink Compiler” licence which is required to export a Simulink model to a “Standalone FMU”.
To find whether an active “Simulink Compiler” licence is present, the following command can be used:
license('test', 'Simulink_Compiler')
If both the licence and toolboxes required are present then you can try reinstalling the toolboxes and check whether the problem is with the installation of toolbox.
Alternatively, a Simulink model can be exported into a “Standalone FMU” programmatically by following the process mentioned in the documentation link below:
I hope this helps!

카테고리

Help CenterFile Exchange에서 Troubleshooting in Simulink Real-Time에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by