


brede_mat_plot_count - Plot row or columns summeratization
function brede_mat_plot_count(M, vararing)
Input: M 'Mat' structure
Property: Points [ {25} | Integer ]
xaxis [ {Absolute} | PercentagePerRow |
FrequencyPerRow ]
This function summarize the number of elements in each column
different from zero and plot a horizontal bar for the columns
with the highest number.
Example:
% 'M' is a 'mat' structure
figure
brede_mat_plot_count(M)
See also BREDE, BREDE_MAT, BREDE_MAT_PLOT_COUNT, BREDE_UI_MAT.
$Id: brede_mat_plot_count.m,v 1.7 2005/02/24 11:49:50 fnielsen Exp $