comparison scripts/general/interpft.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children 2783fa95cab7
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
34 34
35 ## Author: Paul Kienzle 35 ## Author: Paul Kienzle
36 ## 2001-02-11 36 ## 2001-02-11
37 ## * initial version 37 ## * initial version
38 ## 2002-03-17 aadler 38 ## 2002-03-17 aadler
39 ## * added code to work on matrices as well 39 ## * added code to work on matrices as well
40 ## 2006-05-25 dbateman 40 ## 2006-05-25 dbateman
41 ## * Make it matlab compatiable, cutting out the 2-D interpolation 41 ## * Make it matlab compatiable, cutting out the 2-D interpolation
42 42
43 function z = interpft (x, n, dim) 43 function z = interpft (x, n, dim)
44 44