Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to generate S-Function using legacy tool box for a Function having multiple function calls in it

조회 수: 1 (최근 30일)
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 ?

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2014년 4월 18일
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?

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by