【问题标题】:Save MATLAB GUI as html page file?将 MATLAB GUI 保存为 html 页面文件?
【发布时间】:2014-01-22 15:25:43
【问题描述】:

有人告诉我,可以将 MATLAB GUI 保存为 html 文件,以便可以在 MATLAB 之外访问它,但我找不到任何说明如何操作的信息。这可能吗?我想在另一台没有安装 MATLAB 的 PC 上演示我的 GUI。

【问题讨论】:

  • 不,这是不可能的。 Matlab 不在浏览器中运行。您可以购买 Matlab 编译器,并编译为 .exe(请参阅 mathworks 网站上支持的工具箱的一些限制等)mathworks.com/products/compiler

标签: html matlab function user-interface save


【解决方案1】:

如果您需要代码实际工作,您将需要 matlab 或者,正如Nasser 所说,MCR,在您的另一台计算机上。

但如果您只想显示 GUI,您应该能够通过 grabbing the frame and then writing it to images 或使用 MATLAB publishing framework 以编程方式抓取 gui 的帧

【讨论】:

    猜你喜欢
    • 2013-04-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-27
    • 1970-01-01
    • 2014-09-13
    相关资源
    最近更新 更多