Linking MATLAB GUI to a website
Show older comments
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 Comment
MUHAMMAD IRHAM AHMAD AZIZAN
on 15 Oct 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.
Answers (1)
Kaustubha Govind
on 6 Jun 2011
0 votes
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:
Categories
Find more on MATLAB Web App Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!