function c = nncolor
% NNCOLOR Neural Network Design utility function.

% Copyright 1994-2002 PWS Publishing Company and The MathWorks, Inc.
% First Version, 8-31-95.
% $Revision: 1.6 $


c = [nnblack;
     nnwhite;
     nnred;
     nngreen;
     nndkblue;
     nnyellow;
     nnltyell;
     nngrays];
