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

Function software
Filter: All | Freeware | Demo
 

Function

< 1 2 3 4 5 
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: 353

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

Added: March 25, 2013 | Visits: 374

Laguerre function i download one matlab file from here to calculate the modes in laser, Laguerre-Gauss modes but it was not working properly. So i wrote my own function. It is pretty simple function, i hope it is efficient as well. i used it and post the result i got.


Platforms: Matlab

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

Added: August 14, 2013 | Visits: 332

State Space to Transfer Function This code demonstrates how to convert a dynamical multi input multi output (MIMO) system from state space form to Transfer function form. Here you can provide the A, B, C, D matrices describing the dynamics of your system (or use function rss() to generate a random system). Then you can the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): State Space to Transfer Function Download

LCSSubStr-a function that return two string's largest common part (Sripts) a function that return two string's largest common part% Usage:% [ret]=LCSubstr(s,t)% s: input string 1% t: input string 2% ret: Largest Common String% z: Largest Common String Length% L : Compare matrix% Example:% >>a='This is very common string';% >>b='string is very common';%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): LCSSubStr-a function that return two string's largest common part (Sripts) Download

Added: May 16, 2013 | Visits: 551

Bezier Curve Function This function constructs a Bezier curve from given control points. P is a vector of control points. N is the number of points to calculate.Example:P = [0 0; 1 1; 2 5; 5 -1];x = (0:0.0001:5);y = BezierCurve(length(x), P);plot(x, y, P(:, 1), P(:, 2), 'x-', 'LineWidth', 2); set(gca, 'FontSize', 16)


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Bezier Curve Function Download

Added: September 08, 2013 | Visits: 613

STDATMO: Standard Atmosphere Function A standard atmosphere function based on the 1976 Standard Atmosphere returns density, speed of sound, temperature, pressure, and viscosity for a given altitude input up to 86km.This function is designed to be useful for those designing and analyzing aircraft and has the following features that...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): STDATMO: Standard Atmosphere Function Download

Controller Design and obtaining the Controller Function by rootlocuse method Designing a Controller and obtaining the Controller Function by rootlocuse method


Platforms: Matlab


Added: June 09, 2013 | Visits: 751

Discrete Transfer Function Identification of a Motor Program given here computes the discrete transfer function of a DC motor (Example taken in this case) using pseudo inverse technique. The input and output data for any single input single output system can be used to find out the discrete transfer function of that system.


Platforms: Matlab

License: Freeware Size: 215.04 KB Download (44): Discrete Transfer Function Identification of a Motor Download

Added: April 21, 2013 | Visits: 408

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: July 22, 2013 | Visits: 500

Robust function for only numeric values input The function shows the text string S and prompt the user for an input value guaranteing that the input value is numdoTeric.When the value is not numdoTeric the function gives an error mensage and prompts for a new value until it is numeric.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Robust function for only numeric values input Download

Added: April 12, 2013 | Visits: 449

Smoothing function by increasing number of points This function can be used to obtain smooth function by increasing number of points of the function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (44): Smoothing function by increasing number of points Download

Added: September 02, 2013 | Visits: 422

Generalized Objective Function In order to optimize any MATLAB function, there are two options: 1) rewrite the function to take only 1 array of inputs, reading all others from a file, perhaps, or from a global variable (undesirable), or 2) write an interface layer that handles this.This function provides an interface layer...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Generalized Objective Function Download

Added: May 28, 2013 | Visits: 367

Gauss Hypergeometric Function Computes the Gauss hypergeometric function 2F1(a,b;c;z) and its derivative for real z, z


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Gauss Hypergeometric Function Download

Temporal Potential Function based Path Planner for Dynamic Environments A Dynamic environment is one in which either the obstacles or the goal or both are in motion. In most of the current research, robots attempting to navigate in dynamic environments use reactive systems. Although reactive systems have the advantage of fast execution and low overheads, the tradeoff...


Platforms: Matlab


Added: September 06, 2013 | Visits: 318

A Parabolic Lagrangian Interpolating Polynomial Function This function uses a non-linear interpolation (Lagrange) to estimate y given x, based on a set of observed x-y points. Coordinates will be sorted based on the x-value of the pair. The x-value provided by the user to calculate y will be estimated using two points left and two points right of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): A Parabolic Lagrangian Interpolating Polynomial Function Download

Added: May 17, 2013 | Visits: 381

Faster grade function for Color Bridge Matlab Contest This package contains a fast replacement of the subfunction flood in runSolutionVector.m. Just unzip both files with the rest of the contest files.If you want to convince yourself that the result of my function flood3.m is correct, just change "compareResults = 0" to "compareResults = 1" in line...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Faster grade function for Color Bridge Matlab Contest Download

Added: July 13, 2013 | Visits: 314

audioread - unified audio file input function audioread provides a single, unified function for reading audio files in a range of different file formats, including wav, mp3, aac, flac, AIFF, etc. In most cases, access is actually provided by external binaries, but this is hidden within audioread (and its subfunctions). The idea is to make...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 901.12 KB Download (44): audioread - unified audio file input function Download

Added: August 07, 2013 | Visits: 362

Sea Water Properties Function By using this function you can calculate the following properties for the seawater as a function of temperature & salinity:Density- Enthalpy- Specific heat at constant pressure- Thermal conductivity- dynamic viscosity- Boiling point elevation


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Sea Water Properties Function Download

< 1 2 3 4 5