<< plot_weight Visualization functions plotchar53 >>

NeuralNet >> Visualization functions > plotchar

plotchar

Plot a 35 element vector (7 x 5)

Calling Sequence

plotchar(c)

Parameters

c :

35 elements with value from 0 - 1

Description

This function used to plot the character in matrix of 7x5

Examples

c = [0 0 1 0 0];
c = repmat(c,7,1)
plotchar(c)

See also

Authors


Report an issue
<< plot_weight Visualization functions plotchar53 >>