how to use custom c library in stateflow?

조회 수: 3 (최근 30일)
Matteo
Matteo 2023년 9월 25일
답변: Gowtham 2023년 10월 9일
I try to access the function in a custom c library but I obtain the error:
"the following functions are undefined in specified custom code source files or library files"
It seems that stateflow sees the header where the function is declered but not the .dll.
in configuration parameters I link the path where the library .lib is and I put the .dll in the same folder of the stateflow model.
What can I do?

답변 (1개)

Gowtham
Gowtham 2023년 10월 9일
Hello Matteo,
I understand you are facing an issue while attempting to access a function in a custom C library from Stateflow, resulting in an error stating that the function is undefined.
To address the issue, I recommend following these steps:
  1. Open the Configuration Parameters of your project.
  2. Navigate to the Simulation Target section.
  3. In the Code Information tab, ensure that you have included the necessary header files by adding them to the 'Include headers' field.
  4. Verify that you have correctly specified the folder paths containing the custom header, source, and library files in the 'Include directories' field.
  5. Double-check that you have listed all the required source files in the 'Source files' field.
  6. Make sure you have accurately entered the names of the necessary libraries in the 'Libraries' field.
Kindly refer to the following MATLAB documentation for further information on how to use custom C library in Stateflow https://www.mathworks.com/help/stateflow/ug/share-data-using-custom-c-code.html
Hope this helps.
Best Regards,
Gowtham

카테고리

Help CenterFile Exchange에서 Complex Logic에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by