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?
이전 댓글 표시
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.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!