difference-between-Integrate-and-Integ1
Last Update: 4/28/2015
You may notice that Origin has three integrate functions, integrate, integratexy and integ1.
newbook; col(a)={2:2:100}; col(b)= nlf_gauss(col(a),-20,50,20,2000); col(c)= IntegrateXY(col(a), col(b));
newbook; col(a)={2:2:100}; col(b)= nlf_gauss(col(a),-20,50,20,2000); integ1 iy:=col(b) type:=abs;
newbook; col(a)={2:2:100}; col(b)= nlf_gauss(col(a),-20,50,20,2000); col(c)=Integrate(col(b));
Keywords:Integrate
Minimum Origin Version Required: 9.0