Neural Network Toolbox | Search  Help Desk |
display | Examples See Also |
Display the name and properties of a neural network variables
display(net)
Type help network/disp
display(net)
displays a network variable's name and properties.
Here a perceptron variable is defined and displayed.
net = newp([-1 1; 0 2],3); display(net)
display
is automatically called as follows:
net
disp
,
sim
,
init
,
train
,
adapt