Statistics
2 Questions
0 Answers
RANK
278.240
of 298.363
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20.572
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 160.969
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
"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...
meer dan 2 jaar ago | 1 answer | 0