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

Gram Negative Diplococci software
Filter: All | Freeware | Demo
 

Gram Negative Diplococci

< 1 2 3 4 5 > 
Added: April 20, 2013 | Visits: 282

MAXALL Revised 23rd Feb. 2006.Improved speed, functionality and documentation2-nd Rev, 3rd Apr.2007, back from TVAR to NUM2STRMAXimum points in a curve, ALL(default) or manually positively/negatively selected, with (default) or without parabolic interpolationneeds CLINEDemo uses SAVFILTHELP MAXALL shows...



Platforms: Matlab

License: Freeware Size: 10 KB Download (44): MAXALL Download

Added: June 21, 2013 | Visits: 209

Subfactorial Usage : r = subfactorial(n) calculates the subfactorial of a non -negative integer (n) using the inclusion-exclusion principle. The subfactorial can be written as, !n = n! sum( (-1)^k / k! ), for k = 0 to n !n : subfactorial(n) n! : factorial(n) = 1*2*3*...*nRemark : This function is limited by...





Platforms: Matlab

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

Added: August 26, 2013 | Visits: 316

fgridmin.m function [i,i_] = fgridmin(y)% Search an N-dimensional array y for points that may be proximate to a global minimum% of the interpolated array; return the proximate points' N-D subscripts (i) in y. Also% optionally return the subscripts (i_) for discrete local minima in y.%% syntax:% i =...


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): fgridmin.m Download

Added: June 02, 2013 | Visits: 368

H-infinity sub-optimal causal IIR inverse filter [psi gopt] = dfdesign_w(phi, w, d);DFDESIGN_W computes the H-infinity optimal inverse filter of a given filter phi(z).The resulting filter psi(z) minimizes the H-infinity norm of the error systemE_w(z) = [z^(-d) - psi(z)phi(z)]w(z).If an error occurs, use "dfdesign_w_lmi.m".[INPUT]phi: target...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): H-infinity sub-optimal causal IIR inverse filter Download

Added: May 30, 2013 | Visits: 294

Kernel decomposition This function does the decomposition of a separable nD kernel intoits 1D components, such that a convolution with each of thesecomponents yields the same result as a convolution with the full nDkernel, at a drastic reduction in computational cost.SYNTAX:======= [K1,KN,ERR] =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Kernel decomposition Download

Added: April 07, 2013 | Visits: 364

z2p Converts normally distributed z-statistic to one- or two-tailed p-valueby integrating the standard normal pdf. If no "tails" value is specified, z2p computes the two-tailed value by default. The output p is the same size as z, which can be a scalar, vector, or matrix. Inputs:z: normally...


Platforms: Matlab

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

Added: July 02, 2013 | Visits: 313

Gram-Schmidt Orthonormalization Normalize a set of vector, or builds a set of orthnormal vectors from a single vector


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Gram-Schmidt Orthonormalization Download

Added: August 26, 2013 | Visits: 291

ROCK4 This is a MATLAB-implementation of ROCK4 (Abdulle & Medovikov)for the numerical solution of a (mildly) stiff system of first order differential equations ODEs y'=f(t,y).ROCK4 is based on a family of second order explicit Runge-Kutta methods with nearly optimal stability domain on the negative...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 112.64 KB Download (39): ROCK4 Download

Added: July 16, 2013 | Visits: 316

nhygepdf This m-function returns the negative hypergeometric probability density function with parameters M, N and A at the values in X. Note: The density function is zero unless M, N and A are integers.If a lot consists of M acceptable items and N defective ones. Suppose that items are drawn at random...


Platforms: Matlab

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

Added: May 18, 2013 | Visits: 438

Divisibility rule by 7 1 we express a number as a linear combination of powers of 102 for example1980=1*10^3+9*10^2+8*10^1+0*10^0we get [1 9 8 1]apply divisibility rule by 7remaining digits-2(last digit)k=11 9 8 -2(1)=196k=219 - 2(6)=7k=30-2(7)=-14 which is divisible by 7stop we get a negative number


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Divisibility rule by 7 Download

Added: May 03, 2013 | Visits: 423

cauchy Cauchy cdf, pdf, inverse cdf, parameter fit, and random generator.Implementation package of the Cauchy distribution.cauchycdf: Cauchy cumulative distribution function (cdf).cauchyfit: Parameter estimation for Cauchy data.cauchyinv: Inverse of the Cauchy cumulative distribution function...


Platforms: Matlab

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

Added: July 05, 2013 | Visits: 224

segmentation evaluatation [Jaccard,Dice,rfp,rfn]=sevaluate(m,o)gets label matrix for one tissue in segmented and ground truthand returns the similarity indicesm is a tissue in gold trutho is the same tissue in segmented imagerfp false pasitive ratiorfn false negative ratio


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): segmentation evaluatation Download

Added: March 31, 2013 | Visits: 396

An example of Zipf' law %Input:%Suppose you have a file that lists the occurences of every n-gram,%and has a data format looks like (%s %s ... %d):%hello 367%word 5754%Output%Plot a JPG figure and saves it in the data files' parent directory


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): An example of Zipf' law Download

Added: September 15, 2013 | Visits: 304

wmean For vectors, WMEAN(X,W) is the weighted mean value of the elements in X using non-negative weights W. For matrices, WMEAN(X,W) is a row vector containing the weighted mean value of each column. For N-D arrays, WMEAN(X,W) is the weighted mean value of the elements along the first non-singleton...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): wmean Download

Added: May 08, 2013 | Visits: 193

sinspace Utility function operates with no loops, so is of comparable speed to LINSPACE.Using the same syntax as LINSPACE, SINSPACE makes a sine-spaced vector, clustering the elements toward the endpoint:|_____|_____|____|___|__|_||Given negative vector length, SINSPACE clusters points toward the...


Platforms: Matlab

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

Added: September 16, 2013 | Visits: 261

cosspace Utility function operates with no loops, so is of comparable speed to LINSPACE.Using the same syntax as LINSPACE, COSSPACE makes a cosine spaced vector, clustering the elements toward the endpoints with greater spacing in the middle:||_|__|___|____|_____|_____|____|___|__|_||Given negative vector...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): cosspace Download

Added: August 31, 2013 | Visits: 312

unique with tolerance UNIQUETOL Unique element within a tolerance.[Y,I,J] = UNIQUETOL(X,TOL) is very similar to UNIQUE, but allows an additional tolerance input, TOL. TOL can be taken as the total absolute difference between similar elements. TOL must be a none negative scalar. If not provided, TOL is assumed to be 0,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): unique with tolerance Download

Added: April 01, 2013 | Visits: 217

Downside variance Y = DOWNSIDEVARIANCE(Y) returns the downside variance for columns of variable Y.Y = DOWNSIDEVARIANCE(Y, m) returns the downside variance using vector m as expected value for columns of variable Y.===================================================Downside variance is defined as the average sum of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Downside variance Download

Added: August 13, 2013 | Visits: 412

Forward Kinematics of RA-01 Robotic Arm This function finds the forward kinematics of the RA-01 Robotic Arm made by Images SI, Inc., New York. The RA-01 has five degrees of freedom. This function outputs two vectors. The first vector is the forward kinematics of the central position of the end effector, while the second vector is the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Forward Kinematics of RA-01 Robotic Arm Download

Added: September 17, 2013 | Visits: 489

FBD - With this GUI you can find the best distribution that fits your data.1. Save the Main_FitDistribution_GUI.fig and Main_FitDistribution_GUI.m files at the same directory.2. Run the Main_FitDistribution_GUI.m file.3. Load data using the "Load Data" button. The file should be a text file with 1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (47): FBD - "Find the Best Distribution" tool Download

< 1 2 3 4 5 >