Plot a 35 element vector (7 x 5)
plotchar(c)
35 elements with value from 0 - 1
This function used to plot the character in matrix of 7x5
c = [0 0 1 0 0]; c = repmat(c,7,1) plotchar(c)