can i install Matlab runtime (MCR) on android tab?
조회 수: 3 (최근 30일)
이전 댓글 표시
Will Matlab runtime(MCR) work on android environment? i want to run my matlab code in android, which would be converted to java using Matlab Java Compiler, for which i need to install Matlab Runtime(MCR) in android.
댓글 수: 0
채택된 답변
Kaustubha Govind
2013년 1월 14일
The MATLAB Compiler Runtime (MCR) has the same System requirements as MATLAB. See System Requirements - Android is not one of them.
However, you should be able to use the MATLAB Coder product to generate a standalone C/C++ library from your MATLAB code and then invoke that from your Android application, possibly using JNI.
댓글 수: 0
추가 답변 (1개)
Daniel Shub
2013년 1월 13일
I don't think so, but your best bet is to contact technical support.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!