Neural Network Toolbox | ![]() ![]() |
Display the name and properties of a neural network's variables
Syntax
To Get Help
Description
display(net)
displays a network variable's name and properties.
Examples
Here a perceptron variable is defined and displayed.
net = newp([-1 1; 0 2],3); display(net)
display
is automatically called as follows:
net
See Also
![]() | disp | dist | ![]() |