Plot a 15 element vector as a 5x3 grid.
plotchar53(c)
15 elements with value from 0 - 1
This function used to plot the character in matrix of 5x3
c = [0 1 0;0 1 0;0 1 0;0 1 0;0 1 0;]; plotchar53(c)