running matlab exe code on ubunto in raspbery pi 2
조회 수: 1 (최근 30일)
이전 댓글 표시
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???
댓글 수: 0
채택된 답변
Walter Roberson
2015년 6월 8일
.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.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB 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!