Matlab Web based applications
6 次查看(过去 30 天)
显示 更早的评论
Dears, I would like to create a Matlab web based application based on a GUI created using GUIDE. I have some questions:
1- Is it possible to create a web based application from a GUI? 2- Should I use the Matlab Builder (NE or JA)? 3- Can the finished application run on any browser such that it does not require any run time or matlab libraries installed on the client computer? 4- Can you please point me to any documents that describe the development process? 5- Does Mathworks run any courses on creating matlab web based applications?
Please let me know
0 个评论
回答(3 个)
Viswanath
2014-11-4
编辑:Walter Roberson
2015-5-4
Hi Tamim,
In order to integrate MATLAB analytics with a web application, there are different options available. If you have a .NET application, you can use MATLAB Builder NE to create a .NET assembly from your MATLAB code. You can then reference this assembly in your .NET code. Similarly, for java applications, you can use MATLAB Builder JA to create a jar library which can be integrated with your java application. The below links can help you get started:
MATLAB Builder NE:
Video introduction:
Product description:
MATLAB Builder JA
The below link covers application deployment using MATLAB: http://www.mathworks.com/videos/application-deployment-with-matlab-81715.html?s_iid=main_custom_MJ_cta1
Displaying MATLAB figures in a web application:
You can use the WebFigures feature to display MATLAB figures on a web site for graphical manipulation by end users. This feature is explained below:
In addition to the webinars and tutorials available on the MathWorks website, there is also training available for application deployment using MATLAB Builder JA and MATLAB Builder NE.
Thanks
Viswanath
0 个评论
Titus Edelhofer
2014-11-6
Hi Tamim,
unfortunately this is not possible. The products mentioned above by Viswanath help you integrate your MATLAB functionality into a web page, but they don't provide the web application.
So: you need to develop the web application separately and then use MATLAB Builder JA/NE depending on your web application to integrate (mathematical) algorithms as computational blocks into this web application.
Webfigures help you with the display of graphics on the web page.
Titus
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Platform and License 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!