如何在线部署 exe 文件或桌面应用程序
how to deploy a exe file or desktop application online
exe 文件是从 matlab 生成的。我正在尝试一种方法来在线访问应用程序或在我的手机 phone(android) 中访问 运行。
好的
无法在 android 系统上安装 MCR,这意味着您无法使用 Matlab 编译器创建 android 应用程序。
您一定可以部署网络应用程序,也就是well documented。最值得注意的是文档中的警告:
Warning
The development version of MATLAB® Web App Server™ must be installed in a trusted intranet environment on dedicated hardware. The only purpose of the physical or virtual machine where the server is installed must be to host web apps that connect to the server. The server must never be exposed to the open Internet. For more information, see MATLAB Web App Server Security. source
exe 文件是从 matlab 生成的。我正在尝试一种方法来在线访问应用程序或在我的手机 phone(android) 中访问 运行。 好的
无法在 android 系统上安装 MCR,这意味着您无法使用 Matlab 编译器创建 android 应用程序。
您一定可以部署网络应用程序,也就是well documented。最值得注意的是文档中的警告:
Warning The development version of MATLAB® Web App Server™ must be installed in a trusted intranet environment on dedicated hardware. The only purpose of the physical or virtual machine where the server is installed must be to host web apps that connect to the server. The server must never be exposed to the open Internet. For more information, see MATLAB Web App Server Security. source