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 个评论

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.

请先登录,再进行评论。

回答(1 个)

Kaustubha Govind
Kaustubha Govind 2011-6-6

0 个投票

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

类别

帮助中心File 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