running matlab exe code on ubunto in raspbery pi 2

1 view (last 30 days)
hello every body i want to make an .exe code with matlab then i want to program and execute my own .exe file on ubunto in raspberry pi seperately.
indeed i would like to eliminate mini pc and use cheap and small raspberry pi instead of mini pc. lack of windows operating system on raspberry pi makes the first problem in my way so i shall make .exe file from my program in matlab then i will program and execute it with ubunto in raspbbery pi 2.
is my method practical???which steps must i perform???any opinion for my idea???

Accepted Answer

Walter Roberson
Walter Roberson on 8 Jun 2015
.exe are created by MATLAB Compiler to run on x86 or x64 processors under OS-X, Linux, or MS Windows. There is no chance of getting them working on the Raspberry.
You would need MATLAB Coder to generate C code that could be compiled for the Raspberry.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!