How to Deploy Code on Target Machine having no toolbox

2 ビュー (過去 30 日間)
Kiran Ashraf
Kiran Ashraf 2019 年 9 月 16 日
回答済み: Prabhan Purwar 2019 年 9 月 20 日
I created my model using Statistcs and Machine learning toolbox and now i want to deploy my code to machine with MATLAB having no toolbox. I have seen that via MATLAB COMPILER we can deploy the code into exe or dll etc. to run on other environments like C++ ot java etc., but is there any approach where after i train the model using Statistcs and Machine learning toolbox i dont need the following toolbox in target machine where i intend to deploy it?

採用された回答

Prabhan Purwar
Prabhan Purwar 2019 年 9 月 20 日
The following link provides a detailed description on generating MEX function for Statistics and Machine Learning Toolbox™ functions, that can be run standalone using MATLAB compiler.
Although all functions do not support MEX file creation and thus needed to be referred from documentation before deploying.
Please refer the following link for further information

その他の回答 (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