How to use C Caller Block?
Afficher commentaires plus anciens
Hello,
I have a min-max function, which I want to integrated in a Simulink model with a C Caller Block. The question is, can I save a variable inside a C Caller? Bc I want to calculate the mean of that min max value.
Réponses (1)
Anmol Dhiman
le 3 Juil 2020
0 votes
Hi Elena,
C Caller block only supports models with no dynamic states and variables. To include dynamic states and variables in your model, see Implement C/C++ S-Functions.
Regards,
Anmol Dhiman
Catégories
En savoir plus sur Integrate C Code Using C Caller Blocks 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!