help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Re: Why is my data not being read correctly?
From
:
Dmitri A. Sergatskov
Subject
:
Re: Why is my data not being read correctly?
Date
:
Wed, 6 Feb 2013 23:01:06 -0600
What is this "C" is for in fprintf?
I would do all this like that:
fh = fopen("data1.dat");
name1 = fgets(fh);
name2 = fgets(fh);
numx = fscanf(fh, "%f %f", [2,1]);
dat = fscanf(fh, "%f", inf);
close(fh);
# then manipulate the read data.
Dmitri.
reply via email to
[
Prev in Thread
]
Current Thread
[
Next in Thread
]
Why is my data not being read correctly?
,
Terry Duell
,
2013/02/06
Re: Why is my data not being read correctly?
,
Doug Stewart
,
2013/02/06
Re: Why is my data not being read correctly?
,
Terry Duell
,
2013/02/06
Re: Why is my data not being read correctly?
,
Dmitri A. Sergatskov
<=
Re: Why is my data not being read correctly?
,
Terry Duell
,
2013/02/07
Prev by Date:
Re: Why is my data not being read correctly?
Next by Date:
Re: Why is my data not being read correctly?
Previous by thread:
Re: Why is my data not being read correctly?
Next by thread:
Re: Why is my data not being read correctly?
Index(es):
Date
Thread