TLC - Assign value from C function
显示 更早的评论
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 个评论
Matthias Weber
2018-7-23
Hi Adrian,
This also includes writing TLC files by hand. Search for the following part:
%<y> = my_alg(%<u>);
HTH, Matthias
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Target Language Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!