>> mandelbrot_test 08-Feb-2019 10:04:29 mandelbrot_test MATLAB version. Test mandelbrot. 08-Feb-2019 10:04:29 MANDELBROT MATLAB version Create an image of the Mandelbrot set. For each point C = X + i*Y with X range [-1.000000,-0.600000] and Y range [0.000000,0.400000] carry out 21 iterations of the map Z(n+1) = Z(n)^2 + C. If the iterates stay bounded then C is a member of the Mandelbrot set. An image of the set is created using M = 101 pixels in the X direction and N = 101 pixels in the Y direction. COUNT_MAX = 21 = number of iterations. Plot saved in graphics file "mandelbrot.png" MANDELBROT Normal end of execution. 08-Feb-2019 10:04:29 Graphics saved as "mandelbrot_101_101_21.png" 08-Feb-2019 10:04:29 MANDELBROT MATLAB version Create an image of the Mandelbrot set. For each point C = X + i*Y with X range [-1.000000,-0.600000] and Y range [0.000000,0.400000] carry out 41 iterations of the map Z(n+1) = Z(n)^2 + C. If the iterates stay bounded then C is a member of the Mandelbrot set. An image of the set is created using M = 101 pixels in the X direction and N = 101 pixels in the Y direction. COUNT_MAX = 41 = number of iterations. Plot saved in graphics file "mandelbrot.png" MANDELBROT Normal end of execution. 08-Feb-2019 10:04:30 Graphics saved as "mandelbrot_101_101_41.png" 08-Feb-2019 10:04:30 MANDELBROT MATLAB version Create an image of the Mandelbrot set. For each point C = X + i*Y with X range [-1.000000,-0.600000] and Y range [0.000000,0.400000] carry out 81 iterations of the map Z(n+1) = Z(n)^2 + C. If the iterates stay bounded then C is a member of the Mandelbrot set. An image of the set is created using M = 101 pixels in the X direction and N = 101 pixels in the Y direction. COUNT_MAX = 81 = number of iterations. Plot saved in graphics file "mandelbrot.png" MANDELBROT Normal end of execution. 08-Feb-2019 10:04:30 Graphics saved as "mandelbrot_101_101_81.png" 08-Feb-2019 10:04:31 MANDELBROT MATLAB version Create an image of the Mandelbrot set. For each point C = X + i*Y with X range [-1.000000,-0.600000] and Y range [0.000000,0.400000] carry out 21 iterations of the map Z(n+1) = Z(n)^2 + C. If the iterates stay bounded then C is a member of the Mandelbrot set. An image of the set is created using M = 201 pixels in the X direction and N = 201 pixels in the Y direction. COUNT_MAX = 21 = number of iterations. Plot saved in graphics file "mandelbrot.png" MANDELBROT Normal end of execution. 08-Feb-2019 10:04:31 Graphics saved as "mandelbrot_201_201_21.png" 08-Feb-2019 10:04:32 MANDELBROT MATLAB version Create an image of the Mandelbrot set. For each point C = X + i*Y with X range [-1.000000,-0.600000] and Y range [0.000000,0.400000] carry out 21 iterations of the map Z(n+1) = Z(n)^2 + C. If the iterates stay bounded then C is a member of the Mandelbrot set. An image of the set is created using M = 401 pixels in the X direction and N = 401 pixels in the Y direction. COUNT_MAX = 21 = number of iterations. Plot saved in graphics file "mandelbrot.png" MANDELBROT Normal end of execution. 08-Feb-2019 10:04:34 Graphics saved as "mandelbrot_401_401_21.png" mandelbrot_test Normal end of execution. 08-Feb-2019 10:04:34 >>