Home > freetb4matlab > integration > quadc.m

quadc

PURPOSE ^

SYNOPSIS ^

function int = quadc(fun,xlow,xhigh,tol,trace,p1,p2,p3,p4,p5,p6,p7,p8,p9)

DESCRIPTION ^

error:  int = quadc('Fun',xlow,xhigh)
or
        int = quadc('Fun',xlow,xhigh,tol)
or
        int = quadc('Fun',xlow,xhigh,tol,trace,p1,p2,....)

This function works just like QUAD or QUAD8 but uses a Gaussian-Chebyshev
quadrature integration scheme.

  The Gauss-Chebyshev Quadrature integrates an integral of the form
     xhigh
  Int ((1/sqrt(1-x^2)) fun(x)) dx
    -xhigh
This routine ignores xlow

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003