Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 01-Sep-2024 10:02:44 calendar_puzzle_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 calendar_puzzle() handles the "a-puzzle-day" problem. calendar_grid_plot_test(): calendar_grid_plot() plots the calendar puzzle grid defined by a given boundary word. Graphics saved as "calendar_grid.png" tile_display_test(): tile_display() displays a calendar puzzle tile. Graphics saved as "L.png" Graphics saved as "N.png" Graphics saved as "O.png" Graphics saved as "P.png" Graphics saved as "U.png" Graphics saved as "V.png" Graphics saved as "Y.png" Graphics saved as "Z.png" tile_matrix_test(): tile_matrix() returns a 0/1 matrix representing a tile. L tile (2,4): 0 0 0 1 1 1 1 1 N tile (2,4): 1 1 0 0 0 1 1 1 O tile (3,2): 1 1 1 1 1 1 P tile (3,2): 1 1 1 1 1 0 U tile (2,3): 1 0 1 1 1 1 V tile (3,3): 1 0 0 1 0 0 1 1 1 Y tile (2,4): 0 0 1 0 1 1 1 1 Z tile (3,3): 1 1 0 0 1 0 0 1 1 tile_name_test(): tile_name() returns the "name" of a calendar puzzle tile. Index Name 0 "?" 1 "L" 2 "N" 3 "O" 4 "P" 5 "U" 6 "V" 7 "Y" 8 "Z" 9 "?" calendar_puzzle_test(): Normal end of execution. 01-Sep-2024 10:02:53