Feb 9, 2005 #1 Machari Computer Joined Feb 9, 2005 Messages 1 Location US Does any one know the computational complexity of QUAD function in matlab.
Feb 12, 2005 #2 joe3 Agricultural Joined May 26, 2001 Messages 54 Location IL Hi, Quad uses recursive adaptive Simpson quadrature. Joe BSTeX- Equation viewer for Matlab http://www.geocities.com/bstex2001 Upvote 0 Downvote
Hi, Quad uses recursive adaptive Simpson quadrature. Joe BSTeX- Equation viewer for Matlab http://www.geocities.com/bstex2001
Feb 23, 2005 #3 vorwald Aerospace Joined May 25, 2001 Messages 94 Location US You can look at the function by entering "edit quad" on the command line. The code is commented well enough to follow. John Upvote 0 Downvote
You can look at the function by entering "edit quad" on the command line. The code is commented well enough to follow. John