When I was designing the app of the simulink model, I encountered some problems using simulink.compile.configureForDeployment and could not change the model parameters.
5 ビュー (過去 30 日間)
古いコメントを表示
this is warning massage:Sparam's model file is newer than its Rapid Accelerator target. Consider rebuilding the Rapid Accelerator target
to ensure that it reflects the current state of the model. <actions exclusiveFixIts="yes"> <action type="fixit"
id="BuildRapidAcceleratorTargetFix"> <cmd>Simulink.BlockDiagram.buildRapidAcceleratorTarget('Sparam')</cmd> <txt>Build
rapid accelerator target for model 'Sparam'</txt> </action> </actions>
0 件のコメント
回答 (1 件)
Alvaro
2023 年 1 月 19 日
Rapid accelerator is compiling your model into an executable.
Because of that, if you make changes to your model then you need to rebuild the rapid accelerator target for the model.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Prepare Model Inputs and Outputs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!