transformation of matlab desktop application

1 次查看(过去 30 天)
is there any possible way to convert matlab desktop application into android application? my all code is written in matlab and now i have to make android application. is there any possible solution?

回答(1 个)

Walter Roberson
Walter Roberson 2019-5-27
编辑:Walter Roberson 2019-5-28
You can invoke matlab code in Simulink MATLAB Function Block. Typically you have to rewrite it a bit and there are a bunch of restrictions about what you can invoke.
Otherwise you need to use MATLAB Coder with a generic target, which will not know much about android. https://www.mathworks.com/videos/matlab-to-iphone-and-android-made-easy-107779.html
  1 个评论
tehreem tajammal
tehreem tajammal 2019-5-28
thank you walter for your answer.
i tried this this example but i am facing many errors while runing there android app.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Setup and Configuration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by