how to interface matlab with raspberry pi?

4 ビュー (過去 30 日間)
saad aslam
saad aslam 2016 年 5 月 15 日
回答済み: ag 2024 年 11 月 5 日 5:33
I want my matlab program to run on Raspberry Pi ,I don't want my Pi to be connected to Pc all the time when I run my matlab program

回答 (1 件)

ag
ag 2024 年 11 月 5 日 5:33
Hi Saad,
To execute a MATLAB program on a Raspberry Pi without requiring a continuous connection to your PC, you will need to deploy your code directly to the Raspberry Pi. This involves generating equivalent C code from your MATLAB script, which you have been using to control the Raspberry Pi interactively, and deploying it as a standalone executable on the device.
For detailed instructions on how to perform this deployment, please refer to the following MathWorks documentation: https://www.mathworks.com/help/matlab/raspberrypiio.html?s_tid=CRUX_lftnav
Hope this helps!

カテゴリ

Help Center および File ExchangeMATLAB 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!

Translated by