6.63 Making automatic subscripted matrix notation

Format[t_a] := Subscripted[t] 
t = Table[a[i, j], {i, 2}, {j, 3}]
 

MatrixForm[t]