Community Profile

photo

Lou


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 %...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 %...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten