06-Jan-2019 08:11:09 DISK_GRID_TEST: MATLAB version Test DISK_GRID. TEST01: DISK_GRID can define a grid of points with N+1 points on a horizontal or vertical radius, based on any disk. We use N = 20 Radius R = 2.000000 Center C = (1.000000,5.000000) Number of grid points will be 1313 Part of the grid point array: 1 1.000000 5.000000 2 1.097561 5.000000 3 0.902439 5.000000 4 1.195122 5.000000 5 0.804878 5.000000 6 1.292683 5.000000 7 0.707317 5.000000 8 1.390244 5.000000 9 0.609756 5.000000 10 1.487805 5.000000 11 0.512195 5.000000 12 1.585366 5.000000 13 0.414634 5.000000 14 1.682927 5.000000 15 0.317073 5.000000 16 1.780488 5.000000 17 0.219512 5.000000 18 1.878049 5.000000 .... .............. .............. 1313 0.609756 3.048780 Data written to the file "disk_grid_test01.xy". Graphics data saved in file "disk_grid_test01.png" TEST02: DISK_GRID_FIBONACCI can define a grid of N points We use N = 1000 Radius R = 2.000000 Center C = (1.000000,5.000000) Part of the grid point array: 1 0.967016 4.969784 2 1.006774 5.077182 3 1.060859 4.920620 4 0.883458 5.020615 5 1.113230 5.072028 6 0.961485 4.856725 7 0.925662 5.143133 8 1.162736 4.940569 9 0.829516 4.929627 10 1.082643 5.176604 11 1.061350 4.804406 12 0.814386 5.107567 13 1.218446 5.048025 14 0.866319 4.809852 15 0.969043 5.238895 16 1.190444 4.839494 17 0.743251 4.989383 18 1.187586 5.186673 .... .............. .............. 1000 2.954566 5.423876 Gridpoint coordinate data saved in file "disk_grid_test02.xy". Graphics data saved in file "disk_grid_test02.png" DISK_GRID_TEST: Normal end of execution. 06-Jan-2019 08:11:19