25-Oct-2022 09:05:05 line_grid_test(): MATLAB/Octave version 4.2.2 Test line_grid(). line_grid_test01() line_grid() can create a line grid. Use simple parameters. Number of grid points N = 11 N C A B 11 1 -1.0000 1.0000 Grid points: Columns 1 through 8: -1.00000 -0.80000 -0.60000 -0.40000 -0.20000 0.00000 0.20000 0.40000 Columns 9 through 11: 0.60000 0.80000 1.00000 line_grid_test02(): line_grid() creates a line grid. Try an increasing number of points. N C A B 9 2 0.0000 1.0000 Grid points: Columns 1 through 8: 0.10000 0.20000 0.30000 0.40000 0.50000 0.60000 0.70000 0.80000 Column 9: 0.90000 N C A B 19 2 0.0000 1.0000 Grid points: Columns 1 through 7: 0.050000 0.100000 0.150000 0.200000 0.250000 0.300000 0.350000 Columns 8 through 14: 0.400000 0.450000 0.500000 0.550000 0.600000 0.650000 0.700000 Columns 15 through 19: 0.750000 0.800000 0.850000 0.900000 0.950000 N C A B 39 2 0.0000 1.0000 Grid points: Columns 1 through 7: 0.025000 0.050000 0.075000 0.100000 0.125000 0.150000 0.175000 Columns 8 through 14: 0.200000 0.225000 0.250000 0.275000 0.300000 0.325000 0.350000 Columns 15 through 21: 0.375000 0.400000 0.425000 0.450000 0.475000 0.500000 0.525000 Columns 22 through 28: 0.550000 0.575000 0.600000 0.625000 0.650000 0.675000 0.700000 Columns 29 through 35: 0.725000 0.750000 0.775000 0.800000 0.825000 0.850000 0.875000 Columns 36 through 39: 0.900000 0.925000 0.950000 0.975000 line_grid_test03(): line_grid() allows different centering options. Number of grid points N = 11 N C A B 11 1 0.0000 100.0000 Grid points: 0 10 20 30 40 50 60 70 80 90 100 N C A B 11 2 0.0000 100.0000 Grid points: Columns 1 through 8: 8.3333 16.6667 25.0000 33.3333 41.6667 50.0000 58.3333 66.6667 Columns 9 through 11: 75.0000 83.3333 91.6667 N C A B 11 3 0.0000 100.0000 Grid points: Columns 1 through 7: 0.00000 9.09091 18.18182 27.27273 36.36364 45.45455 54.54545 Columns 8 through 11: 63.63636 72.72727 81.81818 90.90909 N C A B 11 4 0.0000 100.0000 Grid points: Columns 1 through 7: 9.0909 18.1818 27.2727 36.3636 45.4545 54.5455 63.6364 Columns 8 through 11: 72.7273 81.8182 90.9091 100.0000 N C A B 11 5 0.0000 100.0000 Grid points: Columns 1 through 8: 4.5455 13.6364 22.7273 31.8182 40.9091 50.0000 59.0909 68.1818 Columns 9 through 11: 77.2727 86.3636 95.4545 line_grid_test(): Normal end of execution. 25-Oct-2022 09:05:05