How can I let someone without a MATLAB license run something I wrote in MATLAB?

23 ビュー (過去 30 日間)
Leigh Sneddon
Leigh Sneddon 2016 年 4 月 14 日
コメント済み: Matt J 2019 年 8 月 15 日
  2 件のコメント
jgg
jgg 2016 年 4 月 14 日
The easiest way to do this is probably to compile the code into a C executable using the Matlab compiler, then let them run that using the Matlab Compiler Runtime library. Do you have that software?
Matt J
Matt J 2019 年 8 月 15 日
The Matlab Compiler does let you deploy Matlab code to a user not in possession of a Matlab license. However, it does not work by compiling the Matlab code into C-code.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Compiler についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by