Is it possible to compile matlab code to Keil 5 code(C language) ?
古いコメントを表示
I have FM4 S6E2CC ARM Cortex platform communicate with it thru Keil 5. I want to compile function for adding noise to audio signal and to filter it with 2 filters in matlab. How can i insert matlab code in Keil 5 and compile to work? Should i compile matlab code with matlab compiler to c or there is another way to do that. Thanks!
回答 (2 件)
Mark McBroom
2022 年 12 月 22 日
0 投票
You should use MATLAB Coder to generate C/C++ code from from your MATLAB code.
2 件のコメント
Walter Roberson
2022 年 12 月 22 日
It seems to be common for people using that class if devices to create Simulink models and export to target.
Dubravka Lekovic
2023 年 1 月 30 日
Mark McBroom
2023 年 1 月 31 日
0 投票
Have you installed the ARM Cortext support package? https://www.mathworks.com/hardware-support/arm-cortex-m.html
Thanks.
mark.
カテゴリ
ヘルプ センター および File Exchange で ARM Cortex-M Processors についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
