%% GEOMPACK_TEST tests GEOMPACK. % clear timestamp; fprintf ( 1, '\n' ); fprintf ( 1, 'GEOMPACK_TEST\n' ); fprintf ( 1, ' Test the MATLAB GEOMPACK routines.\n' ); geompack_test01; geompack_test02; geompack_test03; geompack_test05; geompack_test06; geompack_test07; geompack_test08; fprintf ( 1, '\n' ); fprintf ( 1, 'GEOMPACK_TEST\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp;