简体   繁体   English

在没有 matlab 编译器的情况下编译 matlab GUI

[英]compiling matlab GUI without matlab compiler

I was trying to create a stand-alone GUI in matlab for someone without matlab to use, and was wondering how I can go about doing it without buying the matlab compiler.我试图在 matlab 中为没有 matlab 的人创建一个独立的 GUI,并且想知道如何在不购买 go 的情况下做到这一点而不购买 go。

There was one post I found here:我在这里找到了一篇帖子:

Extra window problem when generating.exe file with MATLAB 使用 MATLAB 生成.exe 文件时出现额外的 window 问题

how do you go about setting up this?你如何设置这个? and if this still requires a compiler, what are my options?如果这仍然需要编译器,我有什么选择? Some open sourced compilers perhaps?也许一些开源编译器?

If you want to compile MATLAB code, you need the MATLAB Compiler .如果要编译 MATLAB 代码,则需要MATLAB 编译器 Period.时期。

You could try converting your MATLAB code to C or C++, then compiling that with a C or C++ compiler. You could try converting your MATLAB code to C or C++, then compiling that with a C or C++ compiler. However, the conversion would require MATLAB Coder , another product you would need to purchase.但是,转换需要MATLAB Coder ,这是您需要购买的另一种产品。

Your only real option if you are unwilling or unable to purchase the MATLAB Compiler is to request a free product trial .如果您不愿意或无法购买 MATLAB 编译器,您唯一真正的选择是申请免费产品试用 The only limitation I know of is that it's not available to students, but there may be others.我知道的唯一限制是学生无法使用它,但可能还有其他限制。

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

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