How to generate tlc file for the s function build through legacy tool?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have followed the steps mentioned in the https://www.mathworks.com/help/simulink/sfg/integrating-existing-c-functions-into-simulink-models-with-the-legacy-code-tool.html link to create a sfunction. It works fine when I try to simulate it. But when I try to build the model, it complaints that it cannot find tlc file. Do I have to include it manually?
0 Commenti
Risposte (1)
SAID ELMOTAOUAKKEL
il 22 Mag 2019
Hello
you ca use the legacy function command to generate the tlc file
legacy_code('sfcn_tlc_generate', specs)
0 Commenti
Vedere anche
Categorie
Scopri di più su Simulink Coder in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!