MATLAB: Neural network tool is not working

neural networknftool

Good morning, I have some troubles using the neural network toolbox. I am using a Matlab in my company with the neural network license. When I use the nftool, after a few steps, I receive the following error:
"Undefined function or variable 'network'.
Best regards, Andrea
If i write "license('test', 'neural_network_toolbox')" the answer is "0".
Could you help me about that ?

Best Answer

Please show the output for
ver('nnet')
which network
I suspect you have the software installed but not licensed. If you are working with a network license then possibly you have run out of licenses.
Related Question