INTERFACING MATLAB WITH RASPBERY PI / ARDUINO

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

Answers (1)

Lucas Lebert
Lucas Lebert on 2 Feb 2017
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

Categories

Find more on Arduino 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!