What is the different between in "Monitor & Tune" and "Build, Deploy & Start" ?
조회 수: 28 (최근 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!