how to integrat matlab simulink model in a raspberry pi????
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i'm working in quadricopter project using a raspberry pi but many friends said that ARM raspberry pi process dont support the matlab simulink model... so is there any solution to do ?? like compiling the program in C language????
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
TAB
am 8 Mär. 2013
Bearbeitet: TAB
am 14 Mär. 2013
I am not sure whether simulink directly support Raspberry pi board.
But you can generate the c code from your model using Embedded coder product and integrate the generated code with your raspberry platform code.
See this doc to see how you can integrate the generated with handwritten code or existing plateform.
[Updated 14-Mar-2013]
2 Kommentare
Siehe auch
Kategorien
Mehr zu Raspberry Pi Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!