How can we have an "assert" function in a "matlab.System" class so it executes during code generation?
Afficher commentaires plus anciens
We have a Simulink model that includes a MATLAB System block, that we would like to generate code for using Simulink Coder. In the "matlab.System" class file, we want to validate that a property, "Port Dimensions" is equal to a certain default value. If it isn't equal, we want the code generation to stop.
How can the "assert" function be included in the "matlab.System" class file, such that it is called during code generation?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Create System Objects 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!