Matt
Posts:
74
Registered:
4/23/12
|
|
Re: Error using interp1 function
Posted:
Dec 5, 2012 1:44 PM
|
|
Thanks a lot for the help !
Well, in fact my 2 sets of results are :
- d starts from 0 and goes up to 1517 (not linear growing but still always growing) - time3 starts from 0 and goes up to 29.9 (growing linear)
I can plot this set of results without any problem and I can spot for example that at time3=20, d=800. But when I'm trying to use the function :
------------------- AAA=interp1(d, time3, 200, 'linear','extrap') -------------------
It doesn't want to calculate it.
|
|