photo

Preethi Vannal


Last seen: mehr als 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Kanal


Ventilator-trial
College project for designing ventilator

mehr als 4 Jahre vor

Beantwortet
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) ...

mehr als 4 Jahre vor | 0