简体   繁体   English

如何将GUIDE制成的MATLAB GUI放在网站上?

[英]How to put MATLAB GUI made from GUIDE on a website?

I used MATLAB's GUIDE tool to create an application which takes 3 user inputs, has a button, when pressed plots a graph. 我使用MATLAB的GUIDE工具创建了一个应用程序,该应用程序需要3个用户输入,一个按钮,按下该按钮可以绘制图形。

It's a simple program, but I want to put this on a website so that I can use it there. 这是一个简单的程序,但是我想将其放在网站上,以便可以在其中使用。

Is there an easy way to do this which doesn't require too much programming? 有没有一种不需要太多编程的简单方法?

EDIT: I can export it as a java or .net package if that helps me in any way. 编辑:如果可以以任何方式帮助我,我可以将其导出为Java或.net程序包。

I think deploying GUIDE GUI directly to web is not possible. 我认为不可能将GUIDE GUI直接部署到Web。 You can use MATLAB Compiler to create .NET assembly or JAR file so that you can call it from your web application. 您可以使用MATLAB Compiler创建.NET程序集或JAR文件,以便可以从Web应用程序中调用它。

http://in.mathworks.com/products/matlab-compiler-sdk/index.html http://in.mathworks.com/products/matlab-compiler-sdk/index.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM