range rin = Book1; int nx, ny; nx = rin.ncols * 221; ny = rin.nrows * 221; minterp2 method:=bicubic cols:=nx rows:=ny ;
both did not work. Thank you in advance!
1 L A T E S T R E P L I E S (Newest First)
YimingChen
Posted - 11/22/2019 : 10:12:53 AM Hi,
Not very sure which interpolation you are trying to perform with LabTalk script. X-function minterp2 you used is for 2D interpolation which is for matrix. Please refer to the following page for more details: https://www.originlab.com/doc/LabTalk/guide/Interpolation