Filter löschen
Filter löschen

Deploying MATLAB Web App to the Internet

5 Ansichten (letzte 30 Tage)
Hanif Juma
Hanif Juma am 7 Jan. 2019
Beantwortet: Geoff McVittie am 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 Kommentar
Kevin Chng
Kevin Chng am 8 Jan. 2019
Bearbeitet: Kevin Chng am 8 Jan. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Geoff McVittie
Geoff McVittie am 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.

Kategorien

Mehr zu MATLAB Web App Server finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by