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

Mid Function software
Filter: All | Freeware | Demo
 

Mid Function

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

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: 370

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: 462

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: 277

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: 421

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: 580

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: 349

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: 331

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

< 1 2 3 4 5