How can I convert my GUI made using GUIDE into a web application in MATLAB 7.7 (R2008b)?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 10 Sep 2012
Modifié(e) : Eric Sargent
le 22 Juin 2020
I have created a GUI using GUIDE for Linux and Windows systems. Further, I have deployed different versions of this program using MATLAB Compiler to multiple users.
Now I need to have the GUI in a web application to deploy the updates without having to install multiple copies of changes to the users.
Réponse acceptée
MathWorks Support Team
le 22 Fév 2017
Modifié(e) : MathWorks Support Team
le 22 Fév 2017
The ability to deploy MATLAB GUIs in a web application is not available in MATLAB Builder for JA.
To work around this issue, try one of the following options:
1. Create a Java GUI
- Create your GUI in Java, using Java Servlet/ JSP, or create a Java applet.
- Use Builder for JA to compile your MATLAB files into a Java component.
- Incorporate the generated component into your Java GUI and deploy it using a webserver like Tomcat.
2. Create a .NET GUI
- Create a a GUI in .NET, using one of the .NET languages.
- Use Builder for NE to create a .NET component of your MATLAB files.
- Incorporate the generated assembly into your .NET application and deploy it using a webserver like IIS.
3. Call MATLAB functions via CGI.
Please refer to the following links for more information:
Web Deployment of MATLAB Applications Guide
<http://www.mathworks.com/support/tech-notes/1600/1608.html http://www.mathworks.com/help/releases/R2008b/toolbox/compiler/index.html?/help/releases/R2008b/toolbox/compiler/example_guide/brh232k.html>
Creating a Deployable Web Application:
<http://www.mathworks.com/help/javabuilder/index.html http://www.mathworks.com/help/releases/R2008b/toolbox/javabuilder/index.html?/help/releases/R2008b/toolbox/javabuilder/ug/brb6pfe-2.html>
1 commentaire
Eric Sargent
le 22 Juin 2020
Modifié(e) : Eric Sargent
le 22 Juin 2020
Starting with R2018a you can deploy apps built with App Designer as web apps using MATLAB Compiler. You can convert your GUIDE based apps to App Designer using the GUIDE to App Designer Migration Tool.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB Compiler SDK dans Help Center et File Exchange
Produits
Version
Aucune version saisie pour le moment.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!