Deploying MATLAB Web App to the Internet

22 次查看(过去 30 天)
I have designed an interactive web application that will prompt the user to locate an object within an image. The application was designed using MATLAB App Designer. I would like to deploy this tool over the INTERNET on a webpage I host so that users from across the world can locate objects in my image. I was wondering how to do this. I understand that WebApps are designed to be deployed internally, but how can I host for external use? I would appriciate any resources.
  1 个评论
Kevin Chng
Kevin Chng 2019-1-8
编辑:Kevin Chng 2019-1-8
Hi,
WebApps are means for internal use. However, there are some IT routes allow external access. There are some IT risks if you to do so. I believe you have read the documenation.
For example, port fowarding in routers. You must have static IP address, else, everytime you restart your pc, your IP address are different.
Other solutions for web application are through .net, java and MPS. Link below is the example how to deploy MATLAB Web Application Through .net Assembly.

请先登录,再进行评论。

回答(1 个)

Geoff McVittie
Geoff McVittie 2019-4-9
As another possibility, this toolbox on the MathWorks File Exchange (Generate JavaScript Using MATLAB Coder - File Exchange - MATLAB Central) can compile MATLAB functions into JavaScript functions that can be run in a browser. You would have to create html/css/javascript that could call the compiled JavaScript functions.

类别

Help CenterFile Exchange 中查找有关 MATLAB Web App Server 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by