![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/18093198_1586312468214_DEF.jpg)
Muhammad Sameer Malik
Followers: 0 Following: 0
Feeds
已回答
Homework: Write a function called char_counter that counts the number of a certain character in a text file.
function charnum=char_counter(fname,character) charnum=0; fid=fopen(fname,"rt");%opens file if fid<0 || ~ischar(character) %c...
Homework: Write a function called char_counter that counts the number of a certain character in a text file.
function charnum=char_counter(fname,character) charnum=0; fid=fopen(fname,"rt");%opens file if fid<0 || ~ischar(character) %c...
5 years 前 | 0