fork download
  1. nx = 101;
  2. ny = 51;
  3. its = 20;
  4. [x, y] = meshgrid(linspace(-2, 1, nx), linspace(-1, 1, ny));
  5. c = x + y*1i;
  6. z = zeros(ny, nx);
  7. w = char(ones(ny, nx)*' ');
  8. shade = ".:!*oe&#%@";
  9. its_s = floor(its/(length(shade)));
  10. for i = 1:(its/its_s)
  11. for j = 1:its_s
  12. z = z.*z + c;
  13. end
  14. for j = 1:(nx*ny)
  15. if z(j) < 1
  16. w(j) = shade(i);
  17. end
  18. end
  19. end
  20. w
Success #stdin #stdout 0.91s 65272KB
stdin
Standard input is empty
stdout
w =

                                                  .       ::::o:::#                                  
                                                  .       :::!!e**                                   
                                                  .       ::!!!%*!!                                  
                                                  .       :*!o%%@e!                                  
                                         ................oo&e%@%%#oo                                 
                                   ......................!!@@@@@@%%*!                                
                                ........................!!#%@@@@@@@@!:::                             
                             ..........................!!!!@@@@@@@@!!!::::::                         
                          ....................@*&e....!****e@@@@@@eo!!!#::::::!o                     
                        ......................!o@e&***@@#@@@@@@@@@@@@#@@@:::::eo                     
                       .......................!o@@@@o@@@@@@@@@@@@@@@@@@@&**o@*e&e                    
                     ..........................*@@@@@@@@@@@@@@@@@@@@@@@@@@e@@@@*@                    
                    .......................::::*e@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@::                   
                   ...................::::::*@o&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e*:::                   
                  ...............:::::::::::@%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@o!::.                  
                 ............:::::::::::::::*#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@!!!..                 
                ........*.::!!!!e::::::::!!@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e*..                
                .......::!#ee***o@**@!!!!!!o@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@o...                
               ......:::!!*e@@ee&@@&@o****e@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*!....               
               ....:::::!!*@@@@@@@@@@@@o**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*....               
              ....:::::!!*o#@@@@@@@@@@@@ee%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e.....              
              ...:::::!!*&@@@@@@@@@@@@@@@#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@o......              
              ..::::@***o@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:......              
             ..::!!!o@#%#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*:.......             
       !*!   ..:!!**&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@!::.......             
 %@@@@@%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e*!::.......             
       !*!   ..:!!**&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@!::.......             
             ..::!!!o@#%#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*:.......             
              ..::::@***o@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@:......              
              ...:::::!!*&@@@@@@@@@@@@@@@#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@o......              
              ....:::::!!*o#@@@@@@@@@@@@ee%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e.....              
               ....:::::!!*@@@@@@@@@@@@o**@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*....               
               ......:::!!*e@@ee&@@&@o****e@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*!....               
                .......::!#ee***o@**@!!!!!!o@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@o...                
                ........*.::!!!!e::::::::!!@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e*..                
                 ............:::::::::::::::*#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@!!!..                 
                  ...............:::::::::::@%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@o!::.                  
                   ...................::::::*@o&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@e*:::                   
                    .......................::::*e@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@::                   
                     ..........................*@@@@@@@@@@@@@@@@@@@@@@@@@@e@@@@*@                    
                       .......................!o@@@@o@@@@@@@@@@@@@@@@@@@&**o@*e&e                    
                        ......................!o@e&***@@#@@@@@@@@@@@@#@@@:::::eo                     
                          ....................@*&e....!****e@@@@@@eo!!!#::::::!o                     
                             ..........................!!!!@@@@@@@@!!!::::::                         
                                ........................!!#%@@@@@@@@!:::                             
                                   ......................!!@@@@@@%%*!                                
                                         ................oo&e%@%%#oo                                 
                                                  .       :*!o%%@e!                                  
                                                  .       ::!!!%*!!                                  
                                                  .       :::!!e**                                   
                                                  .       ::::o:::#