Does MATLAB GUIDE GUI can work standalone when installed to Raspberry Pi using Simulink?

1 view (last 30 days)
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
Haleh
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.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 22 Feb 2019
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

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!