Why is fitnet(10) not working ?
Mostra commenti meno recenti
Hi,
I have some troubles using the neural network toolbox for my internship at BASF. I am using a Matlab distribution licensed for BASF - no student license. The neural network toolbox is included. When I use the fitnet function (e.g. fitnet(10)) I receive the following error:
"Undefined function or variable 'network'.
Error in feedforwardnet>create_network (line 101) net = network;
Error in feedforwardnet (line 69) net = create_network(param);
Error in fitnet>create_network (line 98) net = feedforwardnet(param.hiddenSizes,param.trainFcn);
Error in fitnet (line 70) net = create_network(param);"
I already deleted some shadow mse:
">> which -all mse C:\Program Files\MATLAB\R2013b\toolbox\nnet\nnet\nnperformance\mse.m"
The version of the toolbox is recent, so no need to update.
But the problem is still there. Could you help me about that ?
Best regards, Jan
1 Commento
Greg Heath
il 26 Gen 2015
Post your code.
Risposta accettata
Più risposte (1)
jan alberts
il 28 Gen 2015
0 voti
2 Commenti
Andreas Goser
il 28 Gen 2015
Then it is installed, but not licensed. Can be a couple of reasons. Like a trial, but it was not purchased. Or a larger network license where IT installed all the same on all machines, but some products are only available for one department.
You can send me a PN with your license number and I will help you with that.
Lilya
il 10 Nov 2015
hi Andreas, I have the same problem can you please help me? thank you.
Categorie
Scopri di più su Sequence and Numeric Feature Data Workflows in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!