A matlab program in a website
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, i would love to develop a matlab program that could be use in a website. I am following this steps: 1) Make the GUI program 2) Use the Matlab Compiler SDK in order to get the file.jar 3) Through some java compiler, get the file.jsp (with netbeans, i suppose) 4) Upload the file.jsp to the web
Until now, i have done with succes the first two step, but i don´t know if the last two steps are ok or not? Could someone say to me if this procces is ok or tell me about a guide? I have found some guides about this topic, but their links are obsolete such as: ´´MATLAB® Compiler SDK™ Web Example Guide``
Thanks, in advanced.
댓글 수: 0
답변 (2개)
Sean de Wolski
2016년 2월 3일
This is the primary purpose of the MATLAB production server. The front end would not be developed in MATLAB, but the algorithms would be and the web front end would call into the production server when it needs MATLAB computations.
댓글 수: 0
Yair Altman
2016년 2월 9일
편집: Yair Altman
2016년 2월 9일
I am currently developing a commercial product called AppReflector: Matlab users will run their Matlab GUI program on the server, and the AppReflector program would automatically convert the resulting server-side GUI into interactive client-side browser GUI (including controls and graphs). The browser will reflect the GUI application that runs on the server, hence the name "AppReflector".
Contact me for details if you or anyone else are interested.
Yair Altman
altmany (at) gmail
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!