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

MUHAMMAD IRHAM AHMAD AZIZAN
MUHAMMAD IRHAM AHMAD AZIZAN 2017년 10월 15일
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에 대해 자세히 알아보기

질문:

2011년 6월 4일

댓글:

2017년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by