function n = newnet(type)
%NEWNET Notice regarding GUI.

% Mark Beale, 08-21-00
% Copyright 1992-2002 The MathWorks, Inc.
%   $Revision: 1.3 $  $Date: 2002/04/14 21:19:09 $

n = [];
disp(' ')
disp('To create a neural network using a graphical user interface:')
disp('1. Use the command "nntool" to open the Neural Network Manager.')
disp('2. Click "New Network" to open the dialog for creating networks.')
disp('You can then import or define data and train your network in the GUI')
disp('or export your network to the command line for training.')
