Why do I receive error '"plotFcns" must be a row cell array of plot function names' in compiled spplication if perceptron is used as classifier for training Neural Network?
Ältere Kommentare anzeigen
If perceptron is used as classifier in "train" function to train neural network, the program works fine in MATLAB but throws the following error in compiled application-
Error using network/subsasgn>network_subsasgn (line 551)
"plotFcns" must be a row cell array of plot function names.
Error in network/subsasgn (line 10)
Error in perceptron>create_network (line 128)
Error in perceptron (line 74)
Error in testnn (line 3)
nnet:subsasgn:Property
This does not happen when other networks are trained.
The Compiler Support page says that most command line functionality, including functions for training neural networks are supported by MATLAB Compiler.
"perceptron" is also a command line function in Neural Network and must be supported by MATLAB Compiler.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!