Does MATLAB GUIDE GUI can work standalone when installed to Raspberry Pi using Simulink?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
Haleh
2020년 10월 21일
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
2020년 10월 21일
the answers have not changed, and are not likely to change in the next decade.
답변 (1개)
Walter Roberson
2019년 2월 22일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!