table_latinize ( 'cvt_02_00010.txt' ) 09-Oct-2004 11:02:45 TABLE_LATINIZE: (MATLAB version) Read a dataset of N points in M dimensions, modify it into a Latin hypercube, write the modified dataset to a file. Read the header of "cvt_02_00010.txt". Spatial dimension M = 2 Number of points N = 10 Read the data in "cvt_02_00010.txt". Small portion of data read from file: Row 1 2 Col --- 1 0.168259 0.878328 2 0.834417 0.833004 3 0.521361 0.499896 4 0.506248 0.165244 5 0.180542 0.627410 Latinized the data. Small portion of Latinized data: Row 1 2 Col --- 1 0.050000 0.950000 2 0.750000 0.750000 3 0.650000 0.450000 4 0.550000 0.150000 5 0.350000 0.650000 Wrote the latinized data to "cvt_02_00010.latin.txt". TABLE_LATINIZE Normal end of execution. 09-Oct-2004 11:02:46