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

Respect software
Filter: All | Freeware | Demo
 

Respect

< 1 2 3 4 5 > 
Added: March 23, 2013 | Visits: 434

Particle Swarm Optimization (PSO) algorithm A flexible implementation of PSO algorithm with time-varying parameters. Algorithm is suitable for solving continuous optimization problems. Special care has been taken to enable flexibility of the algorthm with respect to its parameters and to initial population selection. Detailed logging of... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Particle Swarm Optimization (PSO) algorithm Download

Added: June 07, 2013 | Visits: 358

Iterative Closest Point Method ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix with data points, OUTPUT: R - rotation matrix and T... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Iterative Closest Point Method Download

Added: May 10, 2013 | Visits: 300

Channel capacity using Arimoto-Blahut Algorithm To find channel capacity one must maximize the mutual information with respect to the discrete set of probabilities of the source symbols 'c' , and for a given transition probability matrix.An efficient algorithm to find channel capacity Cc was derived in 1972 by Blahut and independently... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Channel capacity using Arimoto-Blahut Algorithm Download

Added: May 15, 2013 | Visits: 440

Iterative Closest Point Method, C++ ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Iterative Closest Point Method, C++ Download

Added: March 23, 2013 | Visits: 397

Illustration of the Central Limit Theorem The Central Limit Theorem (CLT) states that the sample average of N i.i.d. random variables approaches the normaldistribution.This script displays the probability density function of the sample average of N i.i.d variables with respect to N. The variables can be distributed according to a chi-2,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Illustration of the Central Limit Theorem Download

Added: May 21, 2013 | Visits: 372

getvarargin Utility function that makes it easier to work with variable number of input arguments. GETVARARGIN allows:*An optional logical check on the inputs (ie, check input type, range etc), issuing an error on the calling function if condition are not met.*An easy way to assign default values*Input... Platforms: Matlab

License: Freeware Size: 10 KB Download (47): getvarargin Download

Added: July 13, 2013 | Visits: 391

Miniproject manager -- upgrade compatibility fix Miniproject.m by Joe Conti is a very useful project manager that allows saving of workspace variables and figures together. It also saves the path, as explicit directories, in the original version. This leads to a problem if miniprojects are loaded in a different version of Matlab (e.g. after an... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Miniproject manager -- upgrade compatibility fix Download

Added: May 18, 2013 | Visits: 561

Black-Scholes Call and Implied Vol functions call: function to calculate BS call pricecall_vega: BS call vega (i.e. partial derivative of call with respect to vol)Phi: normal cdfPhiPrime: normal pdfimpvol: finds vol given a call pricedemo: a script demonstrating the impvol functiond1 and d2 are auxiliary functionsNOTE: the impvol function... Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Black-Scholes Call and Implied Vol functions Download

Added: July 30, 2013 | Visits: 436

Merge two sorted vectors into a sorted vector mergesorted.m------------------If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.This function most likely make difference... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Merge two sorted vectors into a sorted vector Download

Added: April 11, 2013 | Visits: 356

Binary Search for numeric vector INPUT:x: vector of numeric values, x should already be sorted in ascending order (e.g. 2,7,20,...120)sval: numeric value to be search in x OUTPUT:index: index of sval with respect to x. If sval is not found in x then index is empty. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Binary Search for numeric vector Download

Added: March 31, 2013 | Visits: 370

Normally and positive distributed pseudorandom numbers This function generate random variables distributed according to a truncated normal distribution (or, by a translation, to a normal distribution with positive support). This kind of problem is especially interesting for generating variables with MCMC methods.We use a mixed accept-reject... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Normally and positive distributed pseudorandom numbers Download

Multiple Correspondence Analysis Based on the Indicator Matrix Statistic fundamentals of he Correspondence Analysis (CA) is presented in the CORRAN m-file you can find in this FEX author''s page. CA can be extended, a this m-file makes, to more than two categorical variables, called Multiple Correspondence Analysis (MCA).Karl Pearson (1913) developed the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Multiple Correspondence Analysis Based on the Indicator Matrix Download

Added: May 30, 2013 | Visits: 425

Finite Element Triangular Mesh Generator The function femTriangularMeshGenerator() generates triangular mesh for a rectangular shape structure for Finite Element analysis.The outputs are:coords = x and y coordinates of each element nodescT = nodal connectivitynNodes = Number of nodesThe inputs are:Lx = width of the rectangular... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Finite Element Triangular Mesh Generator Download

Added: August 25, 2013 | Visits: 425

geometric measures in 2D/3D images Contains various functions for measuring or estimating geometric quantities from 2D or 3D images.Parameters available for 2D images are:* the area (number of pixels)* the perimeter (based on Crofton formula)* the(2D) Euler NumberParameters available for 3D images are:* the volume,* the surface... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (92): geometric measures in 2D/3D images Download

Added: August 10, 2013 | Visits: 342

Generalized Hypergeometric Function (vectorized) PFQ Generalized Hypergeometric Function pFq [Y,TT,NTERMS] = PFQ(A,B,Z,D) returns the Generalized Hypergeometric Function pFq with numerator parameters A, denominator parameters B, evaluated at the values in Z, with respect to derivatives D. PFQ(A,B,Z) returns the values evaluated at Z Inputs: A... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Generalized Hypergeometric Function (vectorized) Download

Added: July 31, 2013 | Visits: 309

Relative Filename RELFILE(FILE,PATH) converts full filename FILE to a relative filename with respect to PATH.REL2FULLFILE(RELFILE,PATH) converts relative filename RELFILE to full filename using PATH as the base path.Examples:relfile('C:Program FilesMATLABR2009abinmatlab.exe','C:Program FilesMATLABR2009a')returns... Platforms: Matlab

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

Added: April 09, 2013 | Visits: 138

Hausdorff regression The main advantages of the Hausdorff regression are that one should not specify the direction of the errors (vertical, horizontal, orthogonal ... with the ordinary least squares) and that it is less sensitive with respect to the square of the distance.This is the original idea. Any contribution... Platforms: Matlab

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

Added: August 30, 2013 | Visits: 376

Multiple shooting This code has been wrote to solve nonlinear two point boundary value problem of order n by multiple shooting method.It needs the function "SENS_SYS" which calculate derivatives (sensitivities) of the solution with respect to parameters. This code is not prefect and i will try to develop it. If... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (45): Multiple shooting Download

Get the 2nd derivatives of a vector with two finite boundaries The function gets the 2nd derivatives of a vector with two finite boundariesThe function gets the 2nd derivatives of a vector with two finite boundaries.function V2ndDx = get_V2ndDx(V,delta_x,INDstart,INDend)Input:V = the input vector, 1D datadelta_x = delta xINDstart = first indexINDend = last... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Get the 2nd derivatives of a vector with two finite boundaries Download

A function to get the 1st derivatives of a vector with two finite boundaries This function gets the 1st derivatives of a vector V with two boundariesInput:V = the input vector, 1D datadelta_x = delta xINDstart = first indexINDend = last indexOutput:VDx = 1st derivative of V with respect to x Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): A function to get the 1st derivatives of a vector with two finite boundaries Download

< 1 2 3 4 5 >