How to upload Matlab program to Raspberry Pi 2 and execute it in the Raspberry Pi directly ? is it even possible ?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hatef
el 14 de Oct. de 2015
Comentada: Walter Roberson
el 24 de Mayo de 2022
I am currently doing my final year project and I have been asked to develop a program in Matlab simulink and then upload the program into the Raspberry Pi 2 so It would be acting as a standalone device. The nature of my program is image processing.
0 comentarios
Respuesta aceptada
Mohith Prabhu
el 10 de Oct. de 2018
With the R2018b release of MATLAB, you can deploy your MATLAB code on Raspberry Pi as a standalone executable.
17 comentarios
Walter Roberson
el 22 de Jul. de 2020
I have a vague memory (that would need to be cross-checked) that for Raspberry Pi (but not arduino) it is possible to copy .mat files over and to read from them on the Pi, but only variables that are purely numeric (possibly restricted further to double.) I have never tried to deploy anything at all to the Pi (I have one here, but I have been busy trying to get Arduino to work.)
Dp
el 20 de Sept. de 2020
Hi Walter
I just found the problem that why I was not able to deploy code in RPi, because I was using standard Image of Linux rather I should use the MatLab one(when we download RPi from Adds-on).
Thanks for your kind responce.
DP
Más respuestas (4)
mahsamba
el 27 de Mayo de 2016
Hi. I have a Matlab code that I want to run on raspberry pi. However, I saw here that matlab doesn't run on raspberry pi. I have the pedestrian detection code, how can that be run real time on a micro-controller? Can you please recommend another microcontroller if possible? Thank you
0 comentarios
Walter Roberson
el 14 de Oct. de 2015
You cannot run MATLAB code on the Raspberry Pi. You can, however, generate code that can run on the device. The easiest way to create a standalone for the raspi is to use Simulink.
0 comentarios
youssouf moussa
el 12 de Mzo. de 2019
hi is it possible With the R2018a not R2018b , to deploy your MATLAB code on Raspberry Pi as i saw answererd that it is possible with R2018b as a standalone executable?
1 comentario
Walter Roberson
el 9 de Oct. de 2019
No. Before R2018b you had to either use Simulink with Raspberry as the target, or else use MATLAB Coder with generic "C" target, and write your own code to interface to any operating system functions or devices such as the display.
Antonio Ofogo
el 24 de Mayo de 2022
Hi there. I'm working on a space detection project in a parking lot, I wrote a matlab code to do it and it works perfectly on my machine but it is supposed to be deployed on Raspberry Pi 3, how do I do it please?
1 comentario
Walter Roberson
el 24 de Mayo de 2022
https://www.mathworks.com/help/supportpkg/raspberrypiio/run-on-hardware.html
Ver también
Categorías
Más información sobre Raspberry Pi Hardware en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!