I would like to know what is thendifference between generating a code using Quick Start o using Code Generate Advisor

1 view (last 30 days)
I would like to know what is thendifference between generating a code using Quick Start o using Code Generate Advisor

Answers (1)

Gaurav Garg
Gaurav Garg on 14 Oct 2020
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.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!