FMU Import Script for Simulink
이전 댓글 표시
I am importing an FMU into the Simulink environment using a script. The issue is that the rest of my script that sets up the environment for the user continues to run before an FMU can be uploaded. With the code below, the FMU import dialog will open, but the code does not stop. I want to avoid using an arbitrary dialog box to use with the waitfor function. Instead, is there a way to use the FMU parameters dialog box as the waitfor condition?
fmuBlock = add_block('simulink_extras/FMU Import/FMU','untitled/FMU');
load_system (fmuBlock);
open_system(fmuBlock);
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 FMU Importing에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!