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.477.344 Times

Implicit Function Grapher software
Filter: All | Freeware | Demo
 

Implicit Function Grapher

< 1 2 3 4 5 
Added: June 03, 2013 | Visits: 315

Integer order 1D Gaussian function Computes the Gaussian function in 1D:exp(-log(2)*(2*(x-x0)./FWHM).^(2*floor(abs(order))));Where:x = Co-ordinatex0 = Centre of functionFWHM = Full Width Half Max of the functionorder = Gaussian orderNormal Gaussian is of order 1.Note that FWHM = (1/e Half Width)/sqrt(2*log(2))log is the natural log. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Integer order 1D Gaussian function Download

MDF Import Tool and Function - with resampling/interpolation This mdf-import function is a modification of Stuarts MDF import tool. A resampling functionality to a unique time signal has been added to allow easy access to all signals and simplify plotting and other analysis with a comon time vector. The help file also shows a possibility to shorten all... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (46): MDF Import Tool and Function - with resampling/interpolation Download

Function to generate Timeseries file to use for Moore FSM coverage analysis This function generates a Timeseries file which can be used for Moore FSM coverage analysis.The file is generated in the working directory and can be opened into the Workspace for use by MATLAB, or read directly into Simulink using the 'Import Data From File' source block.The generated Timeseries... Platforms: Matlab


Added: September 04, 2013 | Visits: 513

Molecular Weight Calculator Function MolMass is a function for calculating the molar weight of a substance given in form of a chemical formula.Function call: MM = MolMass(substance)Substance is a string of the chemical formula of a substance.Example: MM = MolMass('Fe2(SO4)3');Substance can also be a vector of substances opened by... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (46): Molecular Weight Calculator Function Download

Added: June 21, 2013 | Visits: 627

Multiple Coherence Function For a system having multiple inputs x and outputs y, the partial coherence is the coherence computed between any individual input and the output when the effect of all other inputs is removed from the output by a linear least squares prediction. This coherence obeys the usual inequality, and will... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Multiple Coherence Function Download

Added: May 15, 2013 | Visits: 416

Temporary (or anonymous) function handles for ML The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create "psuedo-anonymous" function handles: that is,... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Temporary (or anonymous) function handles for ML Download

Added: April 13, 2013 | Visits: 364

Centroid Calculation Function Function takes a picture as an argument (suitably should contain only one object whose centroid is to be obtained) and returns the x and y coordinates of its centroid. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Centroid Calculation Function Download

Added: August 29, 2013 | Visits: 174

rectangleWeight function the patch of MLS2D and MLS3DIn the previous MLS2D/MLS3D, I missed a weight function (rectangleWeight.m)in MLS2Dshape.m or MLS3Dshape.m that may cannot run in Matlab. Platforms: Matlab

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

Added: April 07, 2013 | Visits: 495

Function to generate PN sequence To use this function just define a variable say var,var = pnseq(a, b, c);for a, b and c refer to the zip file Platforms: Matlab

License: Freeware Size: 20.48 KB Download (45): Function to generate PN sequence Download

Added: June 03, 2013 | Visits: 400

Specific Sample Function Plotting using MatLab specific function which result of pyramid surface bar graph. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Specific Sample Function Plotting using MatLab Download

Added: April 04, 2013 | Visits: 371

Linearity Of Block Function Square Simulink After publishing my new block simulink library Function Square,Y output ,and Xput i shoz lineqrity chqnging input vqlue. Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Linearity Of Block Function Square Simulink Download

Added: May 03, 2013 | Visits: 464

A Simple function to plot a circle This function uses rectangle command to plot a circle. The center is to be given in a vector form and radius is a non-negative number. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): A Simple function to plot a circle Download

Added: April 25, 2013 | Visits: 278

Gaussian Hypergeometric Function HYPERGEOMETRIC2F1 Computes a hypergeometric function using the series expansion:f(a,b;c;x)=1 + [ab/1!c]x + [a(a+1)b(b+1)/2!c(c+1)]x^2 +[a(a+1)(a+2)b(b+1)(b+2)/3!c(c+1)(c+2)]x^3 + ...This function solves the Gaussian Hypergeometric Differential Equation:x(1-x)y'' + {c-(a+b+1)x}y' - aby = 0 Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Gaussian Hypergeometric Function Download

Added: August 12, 2013 | Visits: 379

compatible2d interpolation function with code generation This function allow you to perform 2d interpolation for matlab code that have to be compiled to C. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): compatible2d interpolation function with code generation Download

Added: June 08, 2013 | Visits: 422

The Matrix Function Toolbox The Matrix Function Toolbox is a MATLAB toolbox connected with functions of matrices. It is associated with the book Functions of Matrices: Theory and Computation and contains implementations of many of the algorithms described in the book. The book is the main documentation for the toolbox.The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (45): The Matrix Function Toolbox Download

Added: April 09, 2013 | Visits: 477

Function To Generate Truth Table This function very efficiently generates a Truth Table matrix of arbitrary, user specified dimension.The order of the Truth Table is limited only by the user's available system memory. The function is highly efficient, written using only three variables in 15 lines of MATLAB code.While this is... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function To Generate Truth Table Download

Added: May 20, 2013 | Visits: 581

Function for finding peaks from data array I was not able to get the peaks from my experimentally obtained data because of its random nature. As a result the findpeaks() defined in Matlab library was not giving results as expected. Hence I made a code which will help findpeaks() help detect the peaks more accurately.It basically averages... Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Function for finding peaks from data array Download

Added: August 26, 2013 | Visits: 350

Fresnel Cosine and Sine Integral Function This function calculates the fresnel cosine and sine integrals.Input:y = values for which fresnel integrals have to be evaluatedOutput:FresnelC = fresnel cosine integral of yFresnelS = fresnel sine integral of yAdapted from:Atlas for computing mathematical functions : an illustrated guide for... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Fresnel Cosine and Sine Integral Function Download

Added: June 19, 2013 | Visits: 397

ifilter: Interactive Fourier filter function ifilter(x,y) or ifilter(y) or ifilter([x y]) or ry=ifilter(x,y,center,width,shape,plotmode,filtermode)Keyboard-operated interactive Fourier filter function for time-series signal (x,y), with keyboard controls that allow you to adjust the filter parameters continuously while observing the effect... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): ifilter: Interactive Fourier filter function Download

Added: July 31, 2013 | Visits: 355

fitparp function This function implemented by function 'copula111cGarch111VaR' and other related functions that will estimate the value at risk of portfolio.The marginal model are GARCH(1,1),GJR(1,1),AR(1)-GARCH(1,1)and AR(1)-GJR(1,1)the parameters and standard deviation of models will used for estimation of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): fitparp function Download

< 1 2 3 4 5