Matlab Web based applications
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (3)
Viswanath
am 4 Nov. 2014
Bearbeitet: Walter Roberson
am 4 Mai 2015
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 Kommentare
Titus Edelhofer
am 6 Nov. 2014
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 Kommentare
Siehe auch
Kategorien
Mehr zu Platform and License finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!