function beta_nc_test ( ) %*****************************************************************************80 % %% BETA_NC_TEST tests BETA_NC. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 29 January 2008 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'BETA_NC_TEST\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, ' Test the BETA_NC library.\n' ); beta_nc_test01 ( ); % % Terminate. % fprintf ( 1, '\n' ); fprintf ( 1, 'BETA_NC_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end