How to deploy a functional live script to the web
조회 수: 17 (최근 30일)
이전 댓글 표시
Hello,
is there a way to deploy an interactive live script to the web?
I have made some nice interactive live scripts with controls etc. that allow you to explore behaviours of different approximation algorithms and refresh when sliders are dragged etc. It is very cool to use in the foreground but the regular publishing removes all the interactivity. There is the option of putting them on file exchange but that would somewhat break the narrative if I wanted to have them as a demo on my website. Is there a way that I could embed functional live scripts into my own website?
When I look at the gallery here. The scripts open in a session of Matlab online, so presumably they only work because I have a license for it.
Is there maybe an option where I can get a license for the matlab production server or so and then the live script still is interactive, but doesn't need to live inside of a matlab instance?
I hope you can help,
Manuel
댓글 수: 1
Rik
2021년 7월 17일
I know there are ways to make AppDesigner apps available as web pages. How that works exactly and what you would need to do is something I would have to Google as well. I don't know if there are options to publish an interactive live script as a web page.
답변 (1개)
Vineet Joshi
2021년 7월 20일
Hi
MATLAB Compiler allows you to create standalone executebles and web applications. You can host these in the MATLAB Web App Server.
You can also look at MATLAB Compiler SDK which helps you in creating integratable software components from MATLAB applications.
Hope this was helpful.
Thanks
댓글 수: 0
참고 항목
카테고리
Help Center 및 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!