Is it possible to compile MATLAB files that call Neural Network Toolbox functions into stand-alone applications?
4 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2011 年 6 月 22 日
編集済み: MathWorks Support Team
2023 年 1 月 9 日
I would like to generate a stand-alone application from MATLAB code that uses the Neural Network Toolbox.
採用された回答
MathWorks Support Team
2023 年 1 月 9 日
編集済み: MathWorks Support Team
2023 年 1 月 9 日
The ability to deploy Neural Network Toolbox functions (including training functions such as train) to compiled applications was added in MATLAB Compiler Version 6.3 (R2016b). However, there are a few limitations regarding which Neural Network toolbox functions can be compiled in a stand-alone application. These limitations are listed here:
It is possible to deploy only
pre-trained
network command line functions from the Neural Network toolbox in Compiler releases 4.0 (R14) through 6.2 (R2016a). For previous releases of MATLAB (R13 and earlier), please refer the following link:
1 件のコメント
Walter Roberson
2015 年 5 月 4 日
Marcel, the line is related to the process for R13 or earlier, involving using GENSIM to create a Simulink block for the generated network. The syntax shown is related to the way that Simulink designates access to values inside function blocks. Unless you are using R13 or earlier it is irrelevant to the overall task of the question.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!