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 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