Viewing Source Code in built in simulink block?
Afficher commentaires plus anciens
Hi can someone tell me how I can view the matlab source code for a built in simulink block? I am trying to make a modified accumulator block for my simulink model and I'd like to know how the built in simscape version is implemented. I have matlab version r2010b. Thanks
Réponse acceptée
Plus de réponses (2)
hasan kasem
le 14 Jan 2021
1 vote
To generate code, you must make the following changes:
- In the Modeling tab of the model toolstrip, click Model Settings. The Configuration Parameters dialog opens. Navigate to the Code Generation tab, select the Generate code only parameter, and click Apply.
- In the Apps gallery, click Simulink Coder. The C Code tab appears. Click the Generate Code icon ().
Chandana
le 24 Juil 2012
0 votes
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!