< M A T L A B (R) > Copyright 1984-2016 The MathWorks, Inc. R2016b (9.1.0.441655) 64-bit (glnxa64) September 7, 2016 To get started, type one of these: helpwin, helpdesk, or demo. For product information, visit www.mathworks.com. >> 15-May-2017 21:29:06 MANDELBROT_MATLAB MATLAB version Compute the Mandelbrot set and save it in a graphics file. For each point C = X + i*Y with X range [-1.000000,-0.600000] and Y range [0.000000,0.400000] carry out 200 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. Calculation took 8.22245 seconds. Plot saved in graphics file "mandelbrot_matlab.pgm" MANDELBROT_MATLAB Normal end of execution. 15-May-2017 21:29:22 >>