%% LCVT_TEST calls a set of problems for LCVT. % % Modified: % % 09 September 2006 % % Author: % % John Burkardt % clear timestamp; fprintf ( 1, '\n' ); fprintf ( 1, 'LCVT_TEST\n' ); fprintf ( 1, ' Test the MATLAB LCVT routines.\n' ); for i = -1 : 2 sample_function_cvt = i; lcvt_test01 ( sample_function_cvt ); end lcvt_test02; fprintf ( 1, '\n' ); fprintf ( 1, 'LCVT_PRB\n' ); fprintf ( 1, ' Normal end of execution.\n' ); fprintf ( 1, '\n' ); timestamp;