INTERFACING MATLAB WITH RASPBERY PI / ARDUINO
2 次查看(过去 30 天)
显示 更早的评论
I have a MATLAB program (.m file) which is used to encrypt a file read from the computer and decrypt it when required. Since MATLAB imports any file as a matrix with numerical values , the encryption-decryption is easily performed using simple matrix manipulation operations. I want to implement this in hardware. I have heard that MATLAB has support for Raspberry-Pi and Arduino and simulink models can be run on both. But I have no idea of how to use it. Please help me in regard to the above stated requirement.
0 个评论
回答(1 个)
Lucas Lebert
2017-2-2
MATLAB is indeed capable of generating code and cross compiling it in order for the code to run on a Raspberry Pi or Arduino hardware. Please download the specific Support Packages. They include a detailed documentation and additional examples. Here the links to the support packages: https://de.mathworks.com/hardware-support/raspberry-pi-matlab.html https://de.mathworks.com/hardware-support/arduino-matlab.html
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!