Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.156.840 Times

Indefinite Integral software
Filter: All | Freeware | Demo
 

Indefinite Integral

< 1 2 3 4 5 > 
Added: May 22, 2013 | Visits: 523

Cornu spiral_Fresnel Integral Fresnel sine and cosine integrals should be done with quadl matlab function.



Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Cornu spiral_Fresnel Integral Download

Added: April 03, 2013 | Visits: 385

ConvolveGUI This program is a GUI for graphically demonstrating the convolution process. The user chooses two functions to convolve. The two functions are displayed, along with the convolution product and integral. The process can be animated if desired.





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): ConvolveGUI Download

Added: May 19, 2013 | Visits: 507

PET reconstruction system matrix This include a MEX-DLL file which is an implementation of R L Siddon's refined method by Jacob for the calculation of ray path integral in PET/CT system image reconstruction. This is based on Line Intersection Length model to calculate probability matrix elements. Inputs are the LOR number and a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): PET reconstruction system matrix Download

Added: April 21, 2013 | Visits: 552

Temperature Control with the Use of PID This model shows a simulation of how temperature is controlled with the use of a PID (proportional-integral-derivative) controller.


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Temperature Control with the Use of PID Download

Added: August 28, 2013 | Visits: 520

Polyhedron Inertial Properties Dynamical analyses in engineering often require inertial properties of complex shapes such as polyhedra. The volume, the first moment of volume and the second moment of volume of a general solid can be computed by V = Integral( dVol ), VR = Integral( R*dVol ), VRR = Integral( R*Rd-deOao*dVol )....


Platforms: Matlab

License: Freeware Size: 30.72 KB Download (40): Polyhedron Inertial Properties Download

Added: April 02, 2013 | Visits: 518

PID control of PUMA560 robot The Dynamics of the robot are taken from:Brian Armstrong, Oussama Khatib & Joel Burdick , d-deDUThe Explicit Dynamic Model and Inertial Parameters of the PUMA 560 Armd-deDt , Stanford University, Artificial Intelligence Laboratory, IEEE 1986Although Uncertainty is not added, adding uncertainty is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): PID control of PUMA560 robot Download

Added: March 27, 2013 | Visits: 354

Simplified Quasi-Minimal Residual Algorithm This function solves the system of linear equations A*x=b, using the simplest form of the SQMR algorithm without look-ahead, where A is square and symmetric.SQMR is an adaptation of the general nonsymmetric QMR method to exploit the symmetry of the matrix A. With SQMR, one can use symmetric...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Simplified Quasi-Minimal Residual Algorithm Download

Added: June 18, 2013 | Visits: 284

multiquad Q = MULTIQUAD(F,S) approximates the S-dimensional integral of a function F(X) over the unit cube, with 3


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): multiquad Download

Added: May 10, 2013 | Visits: 346

AntennaQ This function calculates physical bounds on Q and D/Q for linearly polarized antennas composed by non-magnetic materials and circumscribed by various geometries as described in:Gustafsson, Sohl, and KristenssonIllustrations of new physical bounds on linearly polarized antennas,IEEE Trans....


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): AntennaQ Download

Added: April 21, 2013 | Visits: 404

Moments of a function Computes the nth moment mean of a function (needs more implentation).m = moment(x, y, n)m = nth moment of yx = domainy = datan = nth moment == 1 by defaultm = int(x^n * y) / int(y)where int is integral over all x integral is calculated using trapezium rule


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Moments of a function Download

Added: April 20, 2013 | Visits: 471

Simpson's Rule Integration This function computes the integral "I" via Simpson's rule in the interval [a,b] with n+1 equally spaced pointsSyntax: I = simpsons(f,a,b,n)Where, f= can either be an anonymous function (e.g. f=@(x) sin(x)) or a vector containing equally spaced values of the function to be integrated a= Initial...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Simpson's Rule Integration Download

Added: July 30, 2013 | Visits: 290

CUMSIMPSUM Z = CUMSIMPSUM(Y,DEL) computes an approximation of the cumulative integral of Y from a=0 to b via the Simpson's rule (with unit spacing). For matrices Y, CUMSIMPSUM works on columns of Y. DEL contains the upper limit(s) b.CUMSIMPSUM is a cumulative analog to SIMPSUM and may be used as an...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): CUMSIMPSUM Download

Added: June 07, 2013 | Visits: 244

Gauss-Legendre This zip has 3 funtions:-polegende generates legendre polinomyal.-flege performs an integration variable change to change any interval [a,b] to [-1,1] so the integral can be properly evaluated.-gausslegende numericaly evaluates the integral of function [f]


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Gauss-Legendre Download

Added: May 10, 2013 | Visits: 220

PLOTsaveas_fig.m HELP: PLOTsaveas_fig.m function file is a nice demo and tiny useful script to manipulate figure window and to have printout options. Also, via this script a user can obtain info on a figure object size, created date, etc.Example: computation of integral of f(x)=sin(2.5*x) for x=0..20*pi and plot...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (38): PLOTsaveas_fig.m Download

Added: March 26, 2013 | Visits: 241

Chebpack The MATLAB package Chebpack solves specific problems for differential or integral equations. It is organized in four modules, corresponding to four levels of complexity. Each level has an associated set of particular examples. The package is based on the Chebyshev tau spectral method applied in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 307.2 KB Download (39): Chebpack Download

Added: April 06, 2013 | Visits: 564

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: September 14, 2013 | Visits: 297

ATWStraightWireTriangle Compute the solution to the arbitrary-shape thin wire integral equation found in Section 4.5 ofGibson, Walton C. "The Method of Moments in Electromagnetics," Taylor and Francis/CRC, 2008.Assumes a straight wire along z-axis.Gauss-Legendre quadrature weights are computed using the following...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): ATWStraightWireTriangle Download

Added: July 17, 2013 | Visits: 224

HallenPulseSolution Compute the solution to Hallen's Integral Equation with symmetric excitation using pulse basis functions and point matching. Assumes a straight wire along z-axis.Uses the following script for gaussian quadrature weights:http://www.mathworks.com/matlabcentral/fileexchange/4540


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): HallenPulseSolution Download

Added: July 30, 2013 | Visits: 197

Generalized Goertzel algorithm Goertzel algorithm generalized to non-integral multiples of fundamental frequency.The conventional Goertzel Algorithm can be used to compute individual DFT coefficients. In case we need to compute some values of DTFT (that means, non-integer multiples of the fundamental frequency), slight...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Generalized Goertzel algorithm Download

Added: April 12, 2013 | Visits: 416

Numerical Integration GUI This GUI can be used by entering 'nu' at the MATLAB command prompt. The user can either select a function (f(x)) of their choice or a statistical distribution probability distribution function to plot over a user defined range. The function's integral can be evaluated over a user defined range by...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Numerical Integration GUI Download

< 1 2 3 4 5 >