- All other command line functionality
- All GUIs provided with toolbox
- Simulink blocks
- gensim
Why can't my stadalone application call functions from the Neural Network toolbox?
1 回表示 (過去 30 日間)
古いコメントを表示
I made standalone application of .m files with MATLAB Compiler. My program uses Neural Network tool and files from directory. I included all directories and files.
My program runs but do not call neural network function (NN tool box feature). Why?
Also, which is the correct exe to use, the one in dist or src?
I am using windows 7.
0 件のコメント
採用された回答
Aurelien Queffurust
2011 年 2 月 8 日
The first thing to read is the documention page of MATLAB compiler about what can be or cannot be compiled : MATLAB Compiler 4.14 Support for MATLAB and Toolboxes
You could read that only pre-trained network command line functions can be compiled.
It is specified for Neural Network Toolbox that the following items CANNOT be compiled:
So this technical solution may help you: How can I compile a pre-trained neural network into a standalone application using the MATLAB Compiler 4.10 (R2009a)?
Aurélien
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!