Can I deploy code on a Raspberry PI with MATLAB Home?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Jonas
am 9 Jul. 2019
Kommentiert: Walter Roberson
am 9 Jul. 2019
Hi all
I have a MATLAB Home edition at home to play around with its hardware support packages for Raspberry Pi, Android and do some data processing for my Arduino projects. Currently, I have the bare MATLAB Home license together with Parallel Computing to do batch photo manipulations on my GPU.
Now I am confused as to what I can do with the MATLAB Home license for Raspberry Pi. Since the MATLAB Coder is not available in the Home form, I cannot deploy code on the Pi as far as I understand. I could run a Simulink model on the Pi using the additional Simulink toolbox I believe, but can I then also actually deploy it without Simulink Coder? With 'deploy', I mean that the Pi executes the code as soon as it receives power without the MATLAB computer connected to it. So stand-alone mode.
Some examples of what I want to achieve:
- Use the Pi as a timelapse device, which captures a picture every x seconds and stores it as soon as it boots up.
- Us the Pi as a motion detection device, which stores video clips when it detects motion.
Is is possible to deploy such algorithms on the pi?
Thanks;
Jonas
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 9 Jul. 2019
Yes, when you choose target in Simulink, the generation it does should not require the Coder product.
Weitere Antworten (0)
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!