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.

채택된 답변

Aurelien Queffurust
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:
  • All other command line functionality
  • All GUIs provided with toolbox
  • Simulink blocks
  • gensim
Aurélien

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by