02-Dec-2018 18:43:50 BOX_BEHNKEN_TEST MATLAB version Test the BOX_BEHNKEN library. BOX_BEHNKEN_TEST01 BOX_BEHNKEN computes a Box-Behnken dataset. The ranges: Row: 1 2 3 Col 1 0.000000 10.000000 5.000000 2 1.000000 11.000000 15.000000 For dimension DIM_NUM = 3 the Box-Behnken design is of size 13 The Box-Behnken design: Row: 1 2 3 Col 1 0.500000 10.500000 10.000000 2 0.500000 10.000000 5.000000 3 0.500000 10.000000 15.000000 4 0.500000 11.000000 5.000000 5 0.500000 11.000000 15.000000 6 0.000000 10.500000 5.000000 7 0.000000 10.500000 15.000000 8 1.000000 10.500000 5.000000 9 1.000000 10.500000 15.000000 10 0.000000 10.000000 10.000000 11 0.000000 11.000000 10.000000 12 1.000000 10.000000 10.000000 13 1.000000 11.000000 10.000000 BOX_BEHNKEN_TEST02 R8MAT_WRITE writes a Box-Behnken dataset to a file. The ranges: Row: 1 2 3 4 Col 1 0.000000 0.000000 0.000000 0.000000 2 1.000000 1.000000 1.000000 1.000000 For dimension DIM_NUM = 4 the Box-Behnken design is of size 33 The data was written to the file "box_behnken_04_33.txt". BOX_BEHNKEN_TEST Normal end of execution. 02-Dec-2018 18:43:50