如何在Android设备上运行的Matlab的code? [英] How to run Matlab code on an Android device?

查看:444
本文介绍了如何在Android设备上运行的Matlab的code?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在Android设备上运行Matlab的code。还有就是JAVA生成器在Matlab,可从M文件创建Java类。但是,它需要将目标机器上安装了MatlabRunTime。我用Matlab在Windows上,因此Java生成器创建一个MatlabRunTime为*。

I would like to run Matlab code on an Android device. There is the JAVA Builder in Matlab, which can create Java classes from the M-Files. But it requires a MatlabRunTime to be installed on the target machine. I use Matlab on Windows, so the JAVA Builder creates a MatlabRunTime as *.

有没有办法在Android智能手机?

推荐答案

这是不可能使用任何部署产品(包括MATLAB编译器和MATLAB Builder中的Java)在Android上运行MATLAB code。您可以从任何这些产品获取部署的组件依赖于MATLAB编译器运行时,它有一个更大的足迹比Android设备可以处理。

It's not possible to use any of the deployment products (including MATLAB Compiler and MATLAB Builder for Java) to run MATLAB code on Android. The deployed components you get from any of those products depend on the MATLAB Compiler Runtime, which has a much larger footprint than an Android device could handle.

您可以考虑两种

  1. 在编写一个应用程序,连接,作为@Oli建议,以MATLAB code(或部署MATLAB code)的服务器上运行的某个地方
  2. 使用MATLAB codeR,它可以转换的MATLAB语言的一个子集为C code,它可以集成到你的应用程序。

这篇关于如何在Android设备上运行的Matlab的code?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆