Linking MATLAB GUI to a website

Hi guys, I have developed a code for calculating the premiums for house insurance, now I want to link it up to a webpage. I created an interface using the MATLAB GUIDE. Now for linking up this to website it seems i had a few options 1. Packaging this program into an executable and linking to a HTML page using activex(which I have no idea how to do). 2. Converting it into .jar file using MATLAB JA builder and embedding into a HTML. 3. Converting it into .com or .net and embedding into a HTML.
I have little or no idea about how to go about doing this any ideas, suggestion, link pertaining to the above is appreciated. Any other easier way is more welcome. Thanks in advance

1 Kommentar

MUHAMMAD IRHAM AHMAD AZIZAN
MUHAMMAD IRHAM AHMAD AZIZAN am 15 Okt. 2017
Hello. Did you managed to get it working? Sorry since I can't help with the problem. I was wondering if you can share some of the tips on how to link the MATLAB to the GUI. It will be very helpful for my work since I am also stuck at this point.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Kaustubha Govind
Kaustubha Govind am 6 Jun. 2011

0 Stimmen

I don't think it is possible to directly deploy a GUIDE GUI over the web. You can however compile your code for numeric calculations into either a JAR file (using MATLAB Builder JA) or a .NET assembly (using MATLAB Builder NE) and call that from your web application (where you can create the required GUI widgets separately).
Here are some resources:
  1. Web Deployment of MATLAB Applications Guide
  2. Creating an End-to-End Web Application

Kategorien

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

Community Treasure Hunt

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

Start Hunting!

Translated by