- GUI - Save > Standalone FMU in Simulink
- Command Line Interface - exportToFMU2CS (since R2020a, to be deprecated) or exportToFMU (since R20203b, preferred command)
Simulink.fmuexport.ExportSimulinkProjectToFMU not found in command windows (Matlab R2018b)
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi!!
I´m working in Matlab R2018b and I need to use the following command to create a FMU:
in final section of this link says "Introduced in R2018b"
Why can´t use?
Thanks.
댓글 수: 0
답변 (1개)
Yash
2025년 1월 20일
I tried using the command Simulink.fmuexport.ExportSimulinkProjectToFMU in MATLAB R2018b and it worked for me. Try clearing cache and path by using the commands:
rehash toolboxcache;
rehash path;
If Simulink.fmuexport.ExportSimulinkProjectToFMU still doesn't work, try exporting a Simulink model to an FMU by using these alternative methods:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Create Standalone FMU에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!