From: Jadda Suhaimi on
Just wondering to how to calculate the rising time and falling time of an evaporation graph. The axis are Resistance vs Time. Thanks in advance.

I am new with Matlab :-)
From: TideMan on
On Feb 4, 10:06 am, "Jadda Suhaimi" <temba...(a)gmail.com> wrote:
> Just wondering to how to calculate the rising time and falling time of an evaporation graph. The axis are Resistance vs Time. Thanks in advance.
>
> I am new with Matlab :-)

There are two steps:
1. Figure out how you can detect when data are rising and falling.
2. Code up that algorithm in Matlab.

Before asking for help from this forum for Step 2, you need to carry
out Step 1.
From: Tembadau on
TideMan <mulgor(a)gmail.com> wrote in message <d8e5eb28-5fe8-405e-affc-2dfdd408f475(a)k6g2000prg.googlegroups.com>...
> On Feb 4, 10:06 am, "Jadda Suhaimi" <temba...(a)gmail.com> wrote:
> > Just wondering to how to calculate the rising time and falling time of an evaporation graph. The axis are Resistance vs Time. Thanks in advance.
> >
> > I am new with Matlab :-)
>
> There are two steps:
> 1. Figure out how you can detect when data are rising and falling.
> 2. Code up that algorithm in Matlab.
>
> Before asking for help from this forum for Step 2, you need to carry
> out Step 1.


Sorry to have posted the question wrongly. Anyway thanks.