Encrypt (?) or compile (?) Matlab code?
2 次查看(过去 30 天)
显示 更早的评论
I would like to share some Matlab code with colleagues. Is there a way to let them use it w/o them being able to see the code?
I guess I am asking if there is an analog to distributing executable Fortran or C or . . . code?
Thanks, Tim
0 个评论
采纳的回答
the cyclist
2012-3-7
Yes. See this page for details on "p-code" and the MATLAB Compiler:
These are different solutions, depending on whether or not your colleagues have MATLAB themselves or not.
2 个评论
Jan
2012-3-7
While you cannot read the contents on the P-coded functions, it is not securely hidden what's going on inside. Therefore it is fine to hide a complicated algorithm, but e.g. a password or a login-procedure is not safe inside a P-file.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!