How can I include a library (.lib) file in a self written tlc code for a simple s - function ?
조회 수: 2 (최근 30일)
이전 댓글 표시
I am trying to isolate my entire model consisting of 20 - 30 modules from the individual blocks. If one of the block undergoes a change in Simulink, I have to run the entire code generation process i.e. Generate code (C/C++), compile code (.obj) and then link it to the target hardware. I am trying to avoid this long code generation process by generating a dummy s - function and including a library (.lib file) previously generated during the code generation process in the .tlc file for the s - function. Please let me know how to include libraries in .tlc files !
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!