How to return a structure from c code in MATLAB function block of simulink (not c caller function)
Show older comments
Hi all, How to return a structure from c code in MATLAB function block of simulink (not c caller function). Thanks in advance. Karthik R
Answers (1)
Please refer to this documentation: https://www.mathworks.com/help/coder/ref/coder.ceval.html,
as an alternative to MATLAB function block you can also make use of C function block to model your system, refer to one such example below:
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!