From: GAZI ARIFUR RAHMAN on
Hi,
HOW i can sort ASCII value through Aa to Zz from various Ascii values and also can count them for each characterter.??
From: us on
"GAZI ARIFUR RAHMAN" <shakil02003(a)yahoo.com> wrote in message <hhdjfs$2o3$1(a)fred.mathworks.com>...
> Hi,
> HOW i can sort ASCII value through Aa to Zz from various Ascii values and also can count them for each characterter.??

a hint:

help unique;
help histc;
help accumarray;

% -and- look at this beauty by john d'errico

http://www.mathworks.com/matlabcentral/fileexchange/8354

us