i used Run on Target Hardware to create a standalone application with Matlab Compiler. Now i want to run this application on my Raspberry pi (model 3b). what i have to write?

1 view (last 30 days)
i used Run on Target Hardware to create a standalone application with Matlab Compiler. Now i want to run this application on my Raspberry pi (model 3b). what i have to write? i used the same example in matlab "Use the Raspberry Pi™’s LED"

Accepted Answer

Madhu Govindarajan
Madhu Govindarajan on 31 Oct 2018
Edited: Walter Roberson on 3 Nov 2018
I thought this file might be what you are looking for - https://www.mathworks.com/matlabcentral/fileexchange/62243-run-on-hardware
  3 Comments
Madhu Govindarajan
Madhu Govindarajan on 2 Nov 2018
Based on the example in the file that I shared - it seems like if your function was called myApplication to begin with, you should be able to call myApplication from Terminal window. The location might be /home/pi.
Also please post links when appropriate to files/demos that you are using so that we can easily get on the same page.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!