Compile the code for smartphone
이전 댓글 표시
Hi, I would like to know how to compile my code to run on my smartphone.
댓글 수: 4
Rik
2021년 12월 2일
This probably would require converting your Matlab code to C and finding a compiler that can create the binary for your specific device.
What have you tried?
Guilherme Franklin
2021년 12월 2일
Rik
2021년 12월 2일
Start with Google. I expect the process will depend on what smartphone you happen to own. Since you insist on not telling us, we can't help you.
Guilherme Franklin
2021년 12월 2일
채택된 답변
추가 답변 (1개)
Sutanu Maiti
2021년 12월 7일
0 개 추천
You may use MATLAB add-on feature Simulink Support package for Android devices to create an Android App right from Simulink model without writing any code.
PLease have a look at below links for details:
댓글 수: 2
Image Analyst
2021년 12월 8일
Is there any way to do it without having Simulink? Like if you just have base MATLAB and the MATLAB Compiler toolbox?
Steven Lord
2021년 12월 8일
Just MATLAB and MATLAB Compiler? I'm pretty sure the answer is no, that applications generated by MATLAB Compiler can only be deployed to platforms on which MATLAB is supported.
MATLAB and MATLAB Coder? See the "Prototype on Hardware" section on the MATLAB Coder product page for a short video that discusses at a very high level generating code for iPhone or iPad.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Mobile에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!