Info
This question is closed. Reopen it to edit or answer.
How to generate S-Function using legacy tool box for a Function having multiple function calls in it
2 views (last 30 days)
Show older comments
I am working on S-Function and I am still a beginner.
For a simple adder function I was able to generate S-function block and simulate it using Legacy tool box.
But When i started working on complex function , like a function having call to another function I started facing problems/errors when I compiled the c functions, like :
" c:\users\xyz\appdata\local\temp\mex_zg~1\function_name.obj .text: undefined reference to '_Function_call_1' "
where function_name is file name Function_call_1 : is a called function
and similar error was for all the function calls present inside the function.
Can you please guide me , where I am going wrong ? Is there any reference for these types of code , on how to generate S-Function ?
0 Comments
Answers (1)
Kaustubha Govind
on 18 Apr 2014
Did you include the source/library file that contains the definition to '_Function_call_1' in the 'SourceFiles' or 'HostLibFiles' fields of the legacy code tool data structure?
0 Comments
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!