Community Profile

photo

Lou


Last seen: 2년 초과 전 2021년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

2년 초과 전 | 답변 수: 0 | 0

0

답변