Deploying MATLAB Web App to the Internet

22 visualizzazioni (ultimi 30 giorni)
Hanif Juma
Hanif Juma il 7 Gen 2019
Risposto: Geoff McVittie il 9 Apr 2019
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 Commento
Kevin Chng
Kevin Chng il 8 Gen 2019
Modificato: Kevin Chng il 8 Gen 2019
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.

Accedi per commentare.

Risposte (1)

Geoff McVittie
Geoff McVittie il 9 Apr 2019
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.

Categorie

Scopri di più su MATLAB Web App Server in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by