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

A N B Stationery Studio City Ca software
Filter: All | Freeware | Demo
 

A N B Stationery Studio City Ca

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 374

Autoresponder 5.x- A site visitor wants to sign up for a N-day series of emails. In a block, he enters his email address, select a preferable set of emails and clicks submit. Any emails in the system set to 'Day 0' are immediately sent. Each day thereafter, a cron job triggers the sending of emails appropriate for...



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Autoresponder 5.x- Download

Added: May 10, 2013 | Visits: 633

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b).





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Extended great common divisor function Download

Euler angle, DCM, Quaternion, and Euler Vector Conversion/Teaching GUI This is an instructional GUI to be used for learning how Euler angles, DCMs, quaternions, and Euler vector parameters relate in the rotation of cartesian frames (A to B). Can also be used to convert between all 4 values, however see below for a function that accomplishes this.Features:- All 12...


Platforms: Matlab


Added: May 31, 2013 | Visits: 391

Simple example of PSO algorithm It finds the minimum of a n variables function with the Particle Swarm Optimization Algorithm.% The input parameters are:% -func: it's the objective function's handle to minimize% -numInd: it's the number of the swarm's elements% -range: it's the range in which the elements must be created%...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Simple example of PSO algorithm Download

Compute the Kendall's coefficient of concordance of the matrix X X must be a N-by-K matrix, N is the number of "candidate" and the K is the number of "judge".


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Compute the Kendall's coefficient of concordance of the matrix X Download

Added: June 12, 2013 | Visits: 397

FFT2 optimization Many image processing applications require an extensive usage of FFT2 routine (or, in the most general case, a N-dimensional FFT) of matrices having the same dimensions. In these cases MATLAB FFT2 can result extremely inefficient. In general the execution time can be significantly reduced by...


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): FFT2 optimization Download

Added: April 04, 2013 | Visits: 427

3D Free Form Image Registration Toolbox (GUI) This toolbox contains all the functions necessary for extraction and registration of medical RTOG images using a cubic-B-spline free form deformation technique. The optimization routine uses a difference of squares along with smoothness and feature point designations as error criteria to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 266.24 KB Download (47): 3D Free Form Image Registration Toolbox (GUI) 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 07, 2013 | Visits: 351

Fast mutual information of two images or signals Usage: I=mi(A,B), where A and B are equally sized images/signals.Function hist2 (included) is used to determine the joint histogram of the images/signals.Assumptions: 1) 0*log(0)=0, 2) mutual information is obtained on the intersection between the supports of partial histograms.Example (in...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Fast mutual information of two images or signals Download

Added: June 04, 2013 | Visits: 369

Fast Sparse LU substitution This is a dedicated mex-file for use with UMFPACK to efficiently complete the permuted forward/back substitution to solve linear systems, A*x = b when A is sparse and b is a dense vector.UMFPACK is used when the MATLAB function "lu" is called with 4 outputs:[L,U,P,Q] = lu(A, tol);The mex-file...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Sparse LU substitution Download

Added: April 24, 2013 | Visits: 301

AB = -BA matrices viewer AB_MBA_SHOW visualize 2x2 matrices A and B, they satisfy AB = -BA.You can fin this problem in Introduction to Linear Algebra 4th ed. by Gilbert Strang. Chapter 2, Section 4, Rules for Matrix Operations, p.78, Problem 22.This visualiser contains all the AB = -BA, A and B are 2x2 matrix with the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): AB = -BA matrices viewer Download

Added: March 30, 2013 | Visits: 209

subspace.m SUBSPACE(A,B) finds the largest angle between two subspaces specified by the columns of A and B. If A and B are vectors of unit length, this is the same as COS(ABS(A'*B)) in exact arithmetic. This is a replacement for MATLAB's SUBSPACE.m Rev. 5.5-5.8 that fails to provide correct answers for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): subspace.m Download

Added: April 18, 2013 | Visits: 425

deleteoutliers [B, IDX, OUTLIERS] = DELETEOUTLIERS(A, ALPHA, REP) For input vector A, returns a vector B with outliers (at the significance level alpha) removed. Also, optional output argument idx returns the indices in A of outlier values. Optional output argument outliers returns the outlying values in A....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): deleteoutliers Download

Added: December 10, 2013 | Visits: 669

Mahalanobis Distance Return mahalanobis distance of two data matrices A and B (row = object, column = feature)% @author: Kardi Teknomo% http://people.revoledu.com/kardi/index.htmlSee more explanation in the Mahalanobis Distance tutorial http://people.revoledu.com/kardi/tutorial/...isDistance.html


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (60): Mahalanobis Distance Download

Added: August 01, 2013 | Visits: 389

bgeopdf This m-function returns the beta-geometric probability density function with parameters A and B at the values in X. Note: The density function is zero unless A and B are integers.The Beta-geometric distribution is used to model the number of failures that will occur in a binomial proccess before...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): bgeopdf Download

Analytical solution for Orthogonal Linear Least Squares in two dimensions ORTHLLS2D returns the Orthogonal Linear Least Squares estimate for parameters of line a x + b y + c = 0function f = OrthLLS2D(x, y)Inputs x and y must be real vectors of equal size.Output f is the real vector [a b c] where a, b and c are the estimated parameters of the linear equation.Since a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Analytical solution for Orthogonal Linear Least Squares in two dimensions Download

Added: June 12, 2013 | Visits: 376

Windowed Cross Correlation (corrgram) Calculate windowed cross correlation between two signals A and B up to a pre-defined lag. Usage is similar to the Matlab function SPECGRAM.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Windowed Cross Correlation (corrgram) Download

Added: June 11, 2013 | Visits: 272

getESATrace Opens connection to Anritsu MS710C at specified GPIB address and retrieves frequency and level data from specified trace A or B


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): getESATrace Download

Added: July 31, 2013 | Visits: 383

Least squares with minimum-norm solution This function calculates the minimum-norm solution of the least squares problem A*X = B. Where A is low-rank matrix. The function LSMIN is faster then the matlab alternative X = pinv(A)*B. Uses the LAPACK functions (S,C,D,Z)EGLSS or (S,C,D,Z)EGLSD.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Least squares with minimum-norm solution Download

Added: May 31, 2013 | Visits: 258

Embiggen Embiggen is a class that makes Matrix-vector operations easier by virtually matching the size of a vector b to the size of amatrix A. This allows for such code as: C = A + Embiggen(b) Here A is a matrix (for example of size 100x50)b is a vector (for example of size 100x1) And the equation is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Embiggen Download

< 1 2 3 4 5 >