Running Simulink Code on Raspberry
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Selim Argül
am 21 Mär. 2017
Beantwortet: Walter Roberson
am 21 Mär. 2017
Hallo,
when i am putting a matlab fcn block in my Simulink model, and deploy it on my Raspberry, are this code Runs ON my raspberry?
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 21 Mär. 2017
In that situation, code will be generated that will run on the raspberry. MATLAB itself will not be run: C code will be generated and compiled. There are a number of restrictions on what code can be handled this way.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Run on Target 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!