How to make matlab app for android and Windows ARM smartphone

조회 수: 1 (최근 30일)
Hao Zheng
Hao Zheng 2016년 3월 29일
댓글: Hao Zheng 2016년 3월 30일
Hi,
I have a complicated image processing Matlab program, which has been successfully built into a Window 7 executable .exe program, this work was done with Matlab Deploytool.
Now I am going to build the program to an app so it can be run on Window ARM mobile phone (e.g. Lumia 640) and Android. I was wondering if there is any "Matlab Deploytool" similar tool that can do this work? (I don't think Matlab Coder is a good tool here since my program has complicated image processing)
Thanks, Hao

답변 (1개)

Walter Roberson
Walter Roberson 2016년 3월 29일
No, MATLAB Compiler and MATLAB Compiler SDK can only target operating systems that MATLAB itself runs on, on x86 or x64 architecture.
If you use Simulink it is possible to build models targeted for Android. These involve using special blocks designed for Android.
MATLAB Coder can generate C/C++ code, but it does not know anything about the Android operating system or graphics, so it is not really suitable for creating applications for deploying to Android.
  댓글 수: 1
Hao Zheng
Hao Zheng 2016년 3월 30일
Thanks, Walter, so may be the best way is to manually convert Matlab to C/C++

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by