TLC - Assign value from C function
Afficher commentaires plus anciens
Hey,
I try to assign in TLC a value from a C-Function. For example if I have a function in a c-module (header+source file) "int get()", I like to do something like that: %assign value = get()
Is everything like that possible? What did I need to do, that this works?
1 commentaire
Matthias Weber
le 23 Juil 2018
Hi Adrian,
This also includes writing TLC files by hand. Search for the following part:
%<y> = my_alg(%<u>);
HTH, Matthias
Réponses (0)
Catégories
En savoir plus sur Target Language Compiler 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!