Deploying MATLAB Web App to the Internet

21 ビュー (過去 30 日間)
Hanif Juma
Hanif Juma 2019 年 1 月 7 日
回答済み: Geoff McVittie 2019 年 4 月 9 日
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 Center および File ExchangeMATLAB Web App Server についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by