Matlab runtime for a specific function or package only

2 ビュー (過去 30 日間)
ABHISHEK BHARDWAJ
ABHISHEK BHARDWAJ 2019 年 11 月 8 日
編集済み: Matt J 2019 年 11 月 10 日
I am compiling an optimization problem which is using FMINCON fuction of matlab in JAVA. Now to distribute this in JAVA, I also have to distribute matlab runtime.
But for this small task, I have to distribute 150 MB of matlab runtime.
Is there any possible way so that I can select only some required packages of matlab runtime to be distributed only, instead of full matlab runtime???
  3 件のコメント
ABHISHEK BHARDWAJ
ABHISHEK BHARDWAJ 2019 年 11 月 10 日
My Java software is only 10 MB. And I am using MATLAB runtime only for the fmincon function. So I just wanted to know is there any way to distribute files related to fmincon only from the MATLAB runtime??
Matt J
Matt J 2019 年 11 月 10 日
編集済み: Matt J 2019 年 11 月 10 日
No, not that I know of, but even if there were, I don't know if fmincon would be as small as you might suppose. It needs all the BLAS linear algebra and matrix libraries, for one thing.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by