How to generate stand alone sub function in codegen
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Xie Shipley
le 18 Déc 2023
Réponse apportée : Xie Shipley
le 19 Déc 2023
function b= func1()
b = func2();
end
I use codegen to generate C code for func1, but the generated C code don't have entrance of func2 (funct2 is inline in func1)
How to generate stand alone sub function in codegen, and func2 has it's own entrance ?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!