Distributing MATLAB code to a company without a MATLAB lisence
古いコメントを表示
I have written MATLAB code (at a university) for a company that does not have a MATLAB license.
Is there a way to give them this code without them having a license. If not, I will have to spend a lot of time translating the code to c++ (it is a lot of code...).
I've seen the MATLAB compiler, but I'm not sure if that would work or not..
Thanks.
1 件のコメント
Jansy Rani
2021 年 8 月 22 日
Please give lisence no
採用された回答
その他の回答 (1 件)
Bill Chou
2012 年 7 月 25 日
0 投票
As Walter mentioned, MATLAB Coder may be an option for you to pass along your MATLAB code as C code. You can find the list of supported function here:
And here's a useful guide to get started with MATLAB Coder:
Hope this helps!
Bill Chou, MathWorks
カテゴリ
ヘルプ センター および File Exchange で Application Deployment についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!