Trying to distribute code that is usable but cannot be copied or altered

Hi. I have written several different specific, likely proprietary programs that I need to distribute to my team. I'd like for them to be able to run the program, provide input data, and get output data, but I'd like to protect the code from being altered or copied. Is there a way? I have attached a picture showing an example of the simple functions and programs that need to be parsed or compiled into one tidy package.
Thanks...I bet it's too easy!!!!

댓글 수: 1

Gary - there is no attached picture. You can look into pcode which creates a protected file and obfuscates the code in your m-file. It may do what you want.

댓글을 달려면 로그인하십시오.

답변 (3개)

Guillaume
Guillaume 2014년 9월 4일

0 개 추천

댓글 수: 2

pcode is a simple & straightforward answer.
compiling your matlab into an exe might be more sensible if it's in a suitable format.
telling them off for editing the code might be more appropriate.
I believe the pcode version requires the end users to have bought the full blown MATLAB while the standalone executable does not and can be distributed free.

댓글을 달려면 로그인하십시오.

Image Analyst
Image Analyst 2014년 9월 4일

0 개 추천

If you have the MATLAB compiler, you can create a standalone executable.

댓글 수: 3

How do I know if I have this compiler? I am on a corporate users license with very little detail of what we actually have.
Thanks!
ver
will tell you all the toolboxes you have.
type in the following to select the available compilers in your Matlab
mex -setup

댓글을 달려면 로그인하십시오.

Gary
Gary 2014년 9월 4일

0 개 추천

There you go.....Also asking tech support the same question. Thanks already guys.

카테고리

도움말 센터File Exchange에서 Call Web Services from MATLAB Using HTTP에 대해 자세히 알아보기

질문:

2014년 9월 4일

댓글:

2014년 9월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by