Community Profile

photo

Mounic Kumar


Last seen: 2 years ago Active since 2019

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
How to count the number of each character from a text file (and the frequency of it)?
function charnum = char_counter(fname,A) fid = fopen(fname,'rt'); if fid < 0 charnum = -1; return end if fid >0 &&...

5 years ago | 3