photo

Preethi Vannal


Last seen: plus de 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • First Answer

Afficher les badges

Feeds

Afficher par

Chaîne


Ventilator-trial
College project for designing ventilator

plus de 4 ans il y a

Réponse apportée
ASSIGNMENT: TEXT FILES Write a function called char_counter that counts the number of a certain character in a text file. The function takes two input arguments, fname, a char vector of the filename and character, the char it counts in the file.
I passed 3 assessments out of 4 for this same question. My code: function charnum = char_counter(fname,ch) if isfile(fname) ...

presque 5 ans il y a | 0