<< plotchar Visualization functions

NeuralNet >> Visualization functions > plotchar53

plotchar53

Plot a 15 element vector as a 5x3 grid.

Calling Sequence

plotchar53(c)

Parameters

c :

15 elements with value from 0 - 1

Description

This function used to plot the character in matrix of 5x3

Examples

c = [0 1 0;0 1 0;0 1 0;0 1 0;0 1 0;];
plotchar53(c)

See also

Authors


Report an issue
<< plotchar Visualization functions