function asa243_test ( ) %*****************************************************************************80 % %% ASA243_TEST tests ASA243. % % Licensing: % % This code is distributed under the GNU LGPL license. % % Modified: % % 14 February 2003 % % Author: % % John Burkardt % timestamp ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'ASA243_TEST\n' ); fprintf ( 1, ' MATLAB version\n' ); fprintf ( 1, '\n' ); fprintf ( 1, ' Test the ASA243 routines.\n' ); asa243_test01 ( ); fprintf ( 1, '\n' ); fprintf ( 1, 'ASA243_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp ( ); return end