yakpol
Structural
- Jun 1, 2001
- 450
I am trying to perform linear interpolation for vector arrays P and M. Both arrays are defined as functions of single variable 'C'. C range is provided. Using built-in interpolation function M1=linterp(P,M,P1) gives an error: P - shall be a matrix of real numbers.
Is there a way to convert the function results into a matrix? Or perform this interpolation some other way?
Thanks!
Is there a way to convert the function results into a matrix? Or perform this interpolation some other way?
Thanks!