Why does a struct in my MATLAB Function not show up in the generated C++ code?
Afficher commentaires plus anciens
I am using MATLAB Coder to generate C++ code for a MATLAB function containing a struct. When I generate C++ code, I find that it does not contain any of the structure declarations I had in the original MATLAB function. Why? Also, output C++ code has no Class structure, just straight 'C' type code! Why? Does original MATLAB code have to be object oriented design?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Simulink Coder 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!