17-Nov-2022 21:19:58 annulus_grid_test(): MATLAB/Octave version 4.2.2 Test annulus_grid(). annulus_grid_test01(): annulus_grid() defines a grid of points with N+1 points on a horizontal or vertical radius, based on any annulus. We use N = 20 Inner radius R1 = 1.000000 Outer radius R2 = 2.000000 Center C = (1.000000,5.000000) Number of grid points will be 980 First 20 points: 2.073171 5.000000 -0.073171 5.000000 2.170732 5.000000 -0.170732 5.000000 2.268293 5.000000 -0.268293 5.000000 2.365854 5.000000 -0.365854 5.000000 2.463415 5.000000 -0.463415 5.000000 2.560976 5.000000 -0.560976 5.000000 2.658537 5.000000 -0.658537 5.000000 2.756098 5.000000 -0.756098 5.000000 2.853659 5.000000 -0.853659 5.000000 2.951220 5.000000 -0.951220 5.000000 Data written to the file "annulus_grid_test01.xy". Graphics saved as "annulus_grid_test01.png" annulus_grid_test02(): annulus_grid_fibonacci() defines a grid of N points We use N = 1000 Inner radius R1 = 1.000000 Outer radius R2 = 2.000000 Center C = (1.000000,5.000000) First 20 points in grid: 1.511738 4.139332 0.039854 5.289388 1.904807 5.435832 0.626670 4.066056 0.643885 5.942236 1.900388 4.545105 0.027375 4.726820 1.533436 5.859694 1.187651 4.004301 0.187863 5.608328 2.011234 5.100174 0.321030 4.241957 0.988584 6.019068 1.697794 4.255209 -0.019095 5.077945 1.805254 5.631820 0.832780 3.988729 0.439400 5.859860 1.995611 4.744282 0.091846 4.515347 Gridpoint coordinates saved as "annulus_grid_test02.xy". Graphics saved as "annulus_grid_test02.png" annulus_grid_test(): Normal end of execution. 17-Nov-2022 21:20:08