从Matlab代码构建一个独立的应用程序

从Matlab代码构建一个独立的应用程序

本文介绍了从Matlab代码构建一个独立的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些Matlab代码和一个GUI,我想制作一个独立的应用程序来保护我的源代码.我如何建立这个独立的?谢谢您的指导.

================================================ ================================

我在帮助中找到了

使用P代码很简单,没有问题.

解决方案

我认为您已经对.exe文件的吸引力了如指掌.如果您的目标是IP保护,那么.p代码就足够了.如果您的目标是拥有一个.exe文件,那么这不仅是IP保护.

其他人已经声明该文档简单明了. 这里是一个非常简单的分步示例,用于创建已编译的例如,使用Matlab编译器.请记住,您需要购买编译器,或者至少要使用试用版才能了解它的完成方式.

I have some Matlab code and a GUI for it and I want to make a standalone app to Protect my Source Code. How can I build this standalone?Thank you for any guide.

================================================================================

I found in help:

working with P-codes is straightforward and no problem.

解决方案

I think you're getting caught up on the attraction of the .exe file. If your goal is IP protection, then the .p code suffices. If your goal is to have a .exe file, then it's not simply IP protection.

Others have already stated that the documentation is simple and straightforward. Here is a very simple step-by-step example for creating a compiled example, using the Matlab compiler. Keep in mind you need to buy the compiler or at least use the trial version if you want to see how it is done.

这篇关于从Matlab代码构建一个独立的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 15:12