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?
0 件のコメント
回答 (1 件)
Walter Roberson
2019 年 5 月 27 日
編集済み: Walter Roberson
2019 年 5 月 28 日
Expanding slightly on what you were told in https://www.mathworks.com/matlabcentral/answers/449002-connecting-matlab-with-android-application#answer_365103 :
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
参考
カテゴリ
Help Center および File Exchange で Setup and Configuration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!