How can I use MATLAB Coder to create a library where I can call each function individually?
Afficher commentaires plus anciens
I have a "main" function I want to compile, and a number of supporting functions that also need compilation, as well, via Coder. The support functions are called by e/o, as well as by the main function.
For the sake of numeric unit testing, I need the resulting library/ies to allow access to each of the functions separately.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Algorithm Design Basics 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!