Does MATLAB GUIDE GUI can work standalone when installed to Raspberry Pi using Simulink?
Show older comments
I did an image processing program using Matlab Guide and I was looking online for answers if it is possible to run the GUI on the raspberry pi using Simulink. I am really new to Raspberry Pi and Matlab so I don't know if this will work or not. If it will not work, what alternatives do I have? Thank you very much.
6 Comments
Chern How Chong
on 31 Jan 2019
HI. I am also working with the same application too. I am also finding solution to integrate the GUI into the rasp pi. Thanks of sharing if anyone would suggest a solution.
Kevin Chng
on 22 Feb 2019
I'm not really expert in embeded system (raspberry pi), It is possible if you able to install MATLAB or MATLAB runtime in your linux OS inside the raspberry pi. However, it might defit the purpose of embeded system.
You may consider to get the data/result throught the wifi.
then display the information in the GUI in your PC. Once again, I'm not the expert, hope it help you.
Walter Roberson
on 22 Feb 2019
Kevin, that is not possible. The runtimes are only supported on the same OS and architectures that MATLAB itself are supported on. That is the x64 architecture on all releases R2016a and later. x86 was supported in some releases before that. You would have to go back a fair ways to find a 32 bit Linux support, and even that was for x86 architecture. Far enough back in history, there was VAX support, and SPARC support, and MIPS (SGI Irix) support. But there has never been ARM support.
Kevin Chng
on 22 Feb 2019
Thanks Walter for highlight that. I have missed out to think about the bits of OS.
Haleh
on 21 Oct 2020
Hi,
I want to follow up on the tread and see if the answer is still the same for MATLAB 2020b and Rasberry Pi 4 Model B?
I would appreacite your input on this.
Walter Roberson
on 21 Oct 2020
the answers have not changed, and are not likely to change in the next decade.
Answers (1)
Walter Roberson
on 22 Feb 2019
0 votes
No, the interface to Raspberry Pi from Simulink only supports displaying image frames; there is no direct plotting support. All GUI elements would have to be drawn into image buffers using the Computer Vision toolbox tools such as insertText and insertShape. Callbacks and so on are not supported.
As of R2018b additional support was added to permit MATLAB Coder to deploy MATLAB code to Raspberry Pi. However, MATLAB Coder does not support GUI interfaces.
Categories
Find more on MATLAB Support Package for Raspberry Pi Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!