Neural Network Toolbox
  Go to function:
    Search    Help Desk 
display    Examples   See Also

Display the name and properties of a neural network variables

Syntax

display(net)

To Get Help

Type help network/disp

Description

display(net) displays a network variable's name and properties.

Examples

Here a perceptron variable is defined and displayed.

display is automatically called as follows:

See Also

disp, sim, init, train, adapt



[ Previous | Help Desk | Next ]