Passing Custom Command Line Arguments to a Compiled Simulink Model
古いコメントを表示
Hello,
I'd like to pass command line arguments to a compiled GRT Simulink model. The idea is to overwrite pre defined variables used in the model, e.g. in a Constant block. So far I could not find any information on this.
Thank you in advance for your help!
Best,
Leon
採用された回答
その他の回答 (1 件)
Reid Spence
2024 年 8 月 1 日
0 投票
If your goal is standalone simulation on a desktop then Simulink Compiler might make your life easier. You can write the code in MATLAB to accept command line arguments for the generated EXE.
Otherwise what others have said is correct for ERT generated code, you will need to modify the generated code and main file. Simulink Compiler would save you some of this work.
カテゴリ
ヘルプ センター および File Exchange で Simulink Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!