Is there any possobility to load matlab code in dsk6713 processor
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
if yes can u please suggest me how to load matlab code and i want to know how to interface the matlab code also
댓글 수: 0
답변 (1개)
Kaustubha Govind
2013년 2월 28일
0 개 추천
You can use MATLAB Coder to generate C code from your MATLAB functions as long as they are compatible with the MATLAB Language Subset suppored for code-generation. I don't believe there is an automatic way to deploy this code onto embedded targets at this point (although that is possible when generating code from Simulink models, using Embedded Coder), so you may have to manually copy over the generated code into your CCS project.
댓글 수: 0
이 질문은 마감되었습니다.
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!