Prev: large matrices
Next: polygon simplification
From: Marcio Barbalho on 5 Mar 2010 20:20 Example: I created an xls file 'times.xls' which contains only: 10:30:40 01:56:04 12:26:44 xlsread gave me this: 0.4380 0.0806 0.5186 What does that mean? I know there's a linear equation (y = ax + b) that can representate them.... but... how does it work?
From: Marcio Barbalho on 5 Mar 2010 20:29 > > What does that mean? I know there's a linear equation (y = ax + b) that can representate them.... but... how does it work? I meant 'represent', not 'representate' as above. Sorry for that.
From: TideMan on 5 Mar 2010 22:07 On Mar 6, 2:20 pm, "Marcio Barbalho" <marciobarba...(a)yahoo.com> wrote: > Example: > > I created an xls file 'times.xls' which contains only: > > 10:30:40 > 01:56:04 > 12:26:44 > > xlsread gave me this: > > 0.4380 > 0.0806 > 0.5186 > > What does that mean? I know there's a linear equation (y = ax + b) that can representate them.... but... how does it work? Proportions of a day. Multiply by 24 to get hours, 1440 to get minutes, 86400 to get seconds from midnight.
|
Pages: 1 Prev: large matrices Next: polygon simplification |