- Open the Configuration Parameters of your project.
- Navigate to the Simulation Target section.
- In the Code Information tab, ensure that you have included the necessary header files by adding them to the 'Include headers' field.
- Verify that you have correctly specified the folder paths containing the custom header, source, and library files in the 'Include directories' field.
- Double-check that you have listed all the required source files in the 'Source files' field.
- Make sure you have accurately entered the names of the necessary libraries in the 'Libraries' field.
how to use custom c library in stateflow?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Gowtham
el 9 de Oct. de 2023
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:
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
0 comentarios
Ver también
Categorías
Más información sobre Complex Logic en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!