Community Profile

photo

RIHANA ALI


Last seen: 1년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Index exceeds the number of array elements. Index must not exceed 0.I am getting a lot errors on my code can you please help which one should fix especially line 15.Thank you
% Read the data from the file fid = fopen('gc-data-21.txt', 'r'); data = textscan(fid, '%f %s %f'); fclose(fid); % 1.Ide...

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

1

답변

질문


"Error using textscan Invalid file identifier. Use fopen to generate a valid file identifier." - why am i getting this error?
% Read the data from the file fid = fopen('gc-data-2.txt', 'r'); data = textscan(fid, '%f %s %f'); fclose(fid); % 1.Iden...

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

1

답변