Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

very simple question please help ( average time )

5 views
Skip to first unread message

fmri

unread,
May 23, 2013, 2:25:09 PM5/23/13
to
Hi,

I have a time series in seconds ( correspond to a random measurement). I would like to see on average what is the time between each measurement. It is seconds. So I am hoping that it would be between 2 to 3 seconds but I do not know how to do it in matlab.

This is the time :

0
2
4
12
14
18
20
26
34
36
42
44
52
54
60
62
68
70
78
80
92
104
118
120
132

dpb

unread,
May 23, 2013, 2:38:17 PM5/23/13
to
On 5/23/2013 1:25 PM, fmri wrote:
> Hi,
>
> I have a time series in seconds ( correspond to a random measurement). I
> would like to see on average what is the time between each measurement.
> It is seconds. So I am hoping that it would be between 2 to 3 seconds
> but I do not know how to do it in matlab.
> This is the time :
>
> 0
> 2
> 4
> 12
...
> 120
> 132

doc diff
doc mean

--


0 new messages