VxWorks libmat and libmx source code
显示 更早的评论
I have sucessfully compiled my Simulink code to C++, however I am getting build issues when building my code on VxWorks. My Simulink code reads in a .mat file, thus requires additional libmat and libmx libraries. The Windows versions of these libraries, do not seem to solve the issue.
Are there specific VxWorks versions of these 2 libraries? Do I need the source code to compile these libraries myself?
回答(2 个)
Walter Roberson
2025-4-12
2 个投票
Mark McBroom
2025-4-12
0 个投票
MathWorks does not provide the source files for libmat and libmx. One workaround would be to save your data in a text file rather than a .mat file and then replace the block for reading from .mat file with a MATLAB Function block that uses fopen, fread, fclose to read data from text file.
类别
在 帮助中心 和 File Exchange 中查找有关 Texas Instruments C2000 Processors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!