What is the different between in "Monitor & Tune" and "Build, Deploy & Start" ?
25 ビュー (過去 30 日間)
表示 古いコメント
What is the different between in "Monitor & Tune" and "Build, Deploy & Start" in simulink ?

0 件のコメント
回答 (1 件)
Jonas
2021 年 7 月 27 日
Monitor & Tune means that you just read signals or write parameters to the connected target hardware. The application program running on the target hardware is not changed.
Build, Deploy & Start means that you compile your Simulink code using code generation, deploy (flash) it onto the connected target hardware and then start the new program.
0 件のコメント
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!