From: Paul Duley on
If there is a simple answer to this then I apologise. I'm new to MATLAB and couldn't find an answer in the Help.

I have a set of data, of atmospheric transmission against wavelength, that has been recorded at irregular sample intervals. Effectively I would like to 'refine' the dataset so that the samples are at regular wavelength intervals. I'm not sure there is a suitable curve fit option as the 'shape' of the curve is quite irregular.

Any help appreciated.
From: ImageAnalyst on
Check out interp1() and see if that meets your needs.
From: Paul Duley on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <7f6d5fcd-fed0-4ed5-8828-edf9b5f0eb58(a)e21g2000vbl.googlegroups.com>...
> Check out interp1() and see if that meets your needs.

That's perfect, thank you!