I would like to know what is thendifference between generating a code using Quick Start o using Code Generate Advisor
이전 댓글 표시
I would like to know what is thendifference between generating a code using Quick Start o using Code Generate Advisor
답변 (1개)
Gaurav Garg
2020년 10월 14일
0 개 추천
Hi Unai,
Starting with generated code - MATLAB can produce C/C++ code and executable programs for your algorithms. You can write algorithms programmatically by using MATLAB or graphically in Simulink environment, and generate code for MATLAB functions and Simulink blocks that are useful for real-time and embedded applications.
Quick Start Tool helps you prepare a model for generating this code. It applies the parameter changes to your condiguration set (collection of values for the parameters of a model) and generated the code.
While, Code Generation Advisor checks the designing and troubleshoots the Simulink models that you want to use to generate the code (the checks are mentioned in the doc).
Conclusing the answer, Quick Start Tool helps to apply a few (hyper-)parameters to generate your code, while Code Generation Advisor checks that you do not get into any trouble while generating the code.
카테고리
도움말 센터 및 File Exchange에서 Simulink Coder에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!