How to deploy a Matlab app to iOS and Android?

조회 수: 259 (최근 30일)
daniel hennessy
daniel hennessy 2013년 4월 11일
댓글: NICOLE MIN 2021년 5월 9일
I'm new to Matlab but I'm working with a developer that has an algo that is written in Matlab. I want to port this application to iOS & Android without having to rewrite the algo in Java , C etc. This application will be packaged with other C code. Will Matlab compiler achieve this purpose? Are there any gotchas with Matlab compiler once it comes time to deploy on iOS and android ? e.g. unsupported functions etc - thanks!

채택된 답변

Bill Chou
Bill Chou 2017년 3월 10일
One option is to use MATLAB Coder, which generates C code from your MATLAB algorithm. You can then integrate the generated C code into your iOS and Android apps. Here’s a webinar and example code that shows this workflow:
A few customers have tried this approach. In particular, Respiri created an Android and iPhone app for their wheeze detection product:

추가 답변 (3개)

Walter Roberson
Walter Roberson 2013년 4월 11일
The MATLAB Compiler will not do this for you, and that includes Java Builder. You need MCR (MATLAB Component Runtime) which requires MS Windows, Linux, or OS-X to run on.
The closest you can get is MATLAB Mobile

saras
saras 2016년 7월 22일
The following two products will allow you to generate code for mobile devices:
and
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 7월 22일
Notice that those two require that you use Simulink to control the generation. Those two are not general purpose "deploy MATLAB code to Android / iOS": you have to live with the various restrictions of Simulink.
ugur arslan
ugur arslan 2020년 12월 11일
thanks

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


daniel hennessy
daniel hennessy 2013년 4월 11일
thanks Walter for your prompt and very clear answer. From what I know of MATLAB Mobile I think the round trip time to a remote server will render the app unusable.
From your knowledge, when developers need to rewrite MATLAB code to run on IOS/Android is there a language that lends itself best to this ? i.e. in terms of what similar functions may exist in the target language? Are the options essentially Java, C, ojbective C, C++ - thanks!
  댓글 수: 5
Sven Mixer
Sven Mixer 2014년 4월 10일
Thank you very much in such a prompt and clear answer. Now I am sure I've understood it right.
In what means can MATLAB Coder product can be obtained for probation and trial? Can we get Price offer on that?
NICOLE MIN
NICOLE MIN 2021년 5월 9일
i have a function code created from GUI, how can i use the Matlab code to convert my function script to C code. i ve tried several times but failed, i have these error

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

카테고리

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