Matlab Integral 명령어 QUAD Numerically evaluate integral, adaptive Simpson quadrature. Q = QUAD(FUN,A,B) tries to approximate the integral of function FUN from A to B to within an error of 1.e-6 using recursive adaptive Simpson quadrature. The function Y = FUN(X) should accept a vector argument X and return a vector result Y, the integrand evaluated at each element of X. Q = QUAD(FUN,A,B,TOL) uses an absolute error t.. 더보기 이전 1 ··· 571 572 573 574 575 576 577 ··· 610 다음