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?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!