Community Profile

photo

Lou


Last seen: plus de 2 ans il y a Actif depuis 2021

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

Question


Why is my nested if statement is not working.
fid = fopen('studentData.txt', 'r'); while (~feof(fid)) str = fgetl(fid); T = textscan(str,'%s %s %f %f %f %f %f %f %f %...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


How do i calculate the sum of each row
fid = fopen('studentmarks.txt', 'r') if fid == -1 disp('Error, check file name') else T = textscan(fid,'%s %s %f %f %f %...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to extract the data from this text file
Tom 57 66.5 25 40 45 76 55 78 Bill 90 80 98 67 77 89 45 87 Mary 95 78 67 65 45 67 45 89 Kathy 67 89 65 34 33 21 67 65 Bill ...

plus de 2 ans il y a | 1 réponse | 0

0

réponse