CAN MATLAB PROGRAM BE INSTALLED IN JAVA MOBILE ?

조회 수: 1 (최근 30일)
Rupen Mitra
Rupen Mitra 2011년 10월 19일
Is it possible to install any matlab .m file in any java/android mobile as a java application? if possible then how to convert the matlab program into .jar or whatever may be the extension? then how the MATLAB functions used in that .m file can be executed in mobile where there is no MATLAB installed??

답변 (1개)

Jan
Jan 2011년 10월 19일
You can not convert any M-file in a Java file, which could run under Android. Note that there are a lot of built-in functions as fundament of Matlab, e.g. all operators of the basic data types, string handling and memory management. These functions cannot be access at all, such that they cannot be converted to Java.
  댓글 수: 1
Walter Roberson
Walter Roberson 2011년 10월 19일
Java Builder NE can convert subsets of MATLAB in to JAVA.

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

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by