MATLAB: Is there an inconsistency between the documentation and HELP for NEWP in Neural Network Toolbox 6.0.2 (R2009a)

Deep Learning Toolboxdiscrepancyinconsistent

When I enter 'help newp' at the MATLAB Command Window, I get:
NET = NEWP(P,T,TF,LF) takes these inputs,
P - RxQ matrix of Q1 representative input vectors.
T - SxQ matrix of Q2 representative target vectors.
However, when I enter 'doc newp', I get:
net = newp(PR,S,TF,LF) takes these inputs,
PR R x 2 matrix of min and max values for R input elements
S Number of neurons

Best Answer

This change has been incorporated into the documentation in Release 2009b (R2009b). For previous releases, read below for any additional information:
This is an error with the Neural Network Toolbox 6.0.2 (R2009a) documentation.
The documentation provided by the HELP command is correct.