Display Tic-Tac-Toe board via Plot function

The task is to prepare a matlab function called PrintTicTacToeBoard that will display a current situation on the board of Tic-Tac-Toe. The game can be described in matlab as 3×3 matrix. Value 0 in a cell means that no one puts its mark on the field. Value 1 mean that given field is occupied by O, and value 2 mean X. For example following game state