Statistics
3 Questions
0 Answers
RANK
176,876
of 295,638
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20,255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,207
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
use fprintf to write to a new file
How do I write the data of one file ('source.dat') to another ('result.dat') using fprintf? I tried, fid=fopen('source.d...
11 years ago | 2 answers | 0
2
answersQuestion
Using FSCANF to read and extra data into matrix
My data has 6 columns and 10 rows of data. Columns 1, 3, and 5 consist of numbers expressed in decimal. Columns 2, 4, & 4 consis...
11 years ago | 1 answer | 0
1
answerQuestion
Using FGETL to skip 2 header lines
How do I use FGETL to skip 2 header lines? My data file looks like this Row 1: ID FName LName Year Class Row 2: ...
11 years ago | 2 answers | 0