Undefined function or variable 'network'

When I try to run one of the demo's or, just one of the functions (feedforwardnet(10)), I get the following error:
Undefined function or variable 'network'
??? Undefined function or variable 'network'.
Error in ==> feedforwardnet>create_network at 99 net = network;
Error in ==> feedforwardnet at 67 net = create_network(param);
How do I solve this?

1 comentario

Matt J
Matt J el 7 de Oct. de 2012
Well, is the variable network defined? If not, the obvious solution is to define it!

Iniciar sesión para comentar.

Respuestas (2)

David Herrera
David Herrera el 17 de Mayo de 2016

2 votos

I had this same error message when using nntool. Check if you have the toolbox license. >license('checkout','nntool'); License checkout failed.
If you see this, you need to download the toolbox
Sean de Wolski
Sean de Wolski el 7 de Oct. de 2012
Editada: Sean de Wolski el 7 de Oct. de 2012
Try rehashing your toolbox path in case something got corrupted:
rehash toolboxcache
The class network should exist on a path similar to this:
which -all network
C:\Program Files\MATLAB\R2012b\toolbox\nnet\nnet\@network\network.m % network constructor

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 7 de Oct. de 2012

Respondida:

el 17 de Mayo de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by