%% TEC_IO_TEST tests the TEC_IO routines. % % Modified: % % 02 February 2006 % % Author: % % John Burkardt % clear fprintf ( 1, '\n' ); timestamp; fprintf ( 1, '\n' ); fprintf ( 1, 'TEC_IO_TEST:\n' ); fprintf ( 1, ' MATLAB routines to read and write TEC files.\n' ); tec_io_test01; tec_io_test02; fprintf ( 1, '\n' ); fprintf ( 1, 'TEC_IO_TEST:\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp;