HauserMatlab
Mechanical
- Nov 23, 2005
- 1
Hi,
I've got a problem with the interp1 command.
I use it this way: x = interp1(t0,x0,t);
with t0 = 1345x1 matrix and x0 = 1345x28 matrix and t=3000x1, all double arrays.
There are no NaN in t0 or in x0, but in the result x there are a lot of them.
How can this happen?
Can anyone help me out?
Greets
I've got a problem with the interp1 command.
I use it this way: x = interp1(t0,x0,t);
with t0 = 1345x1 matrix and x0 = 1345x28 matrix and t=3000x1, all double arrays.
There are no NaN in t0 or in x0, but in the result x there are a lot of them.
How can this happen?
Can anyone help me out?
Greets