Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Is there any possobility to load matlab code in dsk6713 processor
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Kaustubha Govind
am 28 Feb. 2013
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 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!