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

Linearly software
Filter: All | Freeware | Demo
 

Linearly

< 1 2 3 4 > 
Added: August 18, 2013 | Visits: 309

2D Histogram Calculation function histmat = hist2(x, y, xedges, yedges) Extract 2D histogram data containing the number of events of [x , y] pairs that fall in each bin of the grid defined by xedges and yedges. The edges are vectors with monotonically non-decreasing values.The code is optimized no loop inside, it can be...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): 2D Histogram Calculation Download

Added: June 24, 2013 | Visits: 466

Baseline Fit Baseline Fit each column in "x".There did not seem to be a similar function in th file exchange. This routine is simply a wrapper for two Matlab routines, interp1 and ginput.Syntax: [ycorr,yfit] = bf(y,pts,avgpts,method,confirm); ycorr = bf(y); ycorr = bf(y,method); A baseline fit is interpolated...





Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Baseline Fit Download

Added: April 04, 2013 | Visits: 273

timebar TIMEBAR is a progress window, similar to waitbar, that shows the progress of calculations using a sliding bar, a displayed percentage complete, and an estimated time remaining.The estimated time remaining is calculated linearly using only the initialized time, the current time, and the percent...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): timebar Download

Added: June 21, 2013 | Visits: 382

Fractal Volatility of Financial Time Series [DIMENSION STANDARD_DEV] = fractalvol(DATA) calculates the fractal dimension of the 1 dimensional random walk, DATA. DATA is assumed to be a function of its indices. Finds fractal volatility by embedding in the unit square and box counting. Y axis will be rescaled values of DATA, x axis is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Fractal Volatility of Financial Time Series Download

Manuscript of 'Solving Index-1 DAEs in MATLAB and Simulink' This is a manuscript of the paperLawrence F. Shampine, Mark W. Reichelt, and Jacek A. Kierzenka,Solving Index-1 DAEs in MATLAB and Simulink,SIAM Review, Vol. 18, No. 3, pp. 538-552, 1999.The paper describes mathematical and software developments needed for effective solution of differential...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 307.2 KB Download (47): Manuscript of 'Solving Index-1 DAEs in MATLAB and Simulink' Download

Added: September 16, 2013 | Visits: 445

Multiphase level set image segmentation This Matlab/C code contains routines to perform level set image segmentation according to:(1) various multiphase (multiregion) formulations, including a fast scheme where the computation load grows linearly with the number of regions and,(2) various region-based image descriptions which...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 14.74 MB Download (47): Multiphase level set image segmentation Download

Added: August 21, 2013 | Visits: 494

Search closest value in a vector Search value 'v' in sorted vector 'x' and find index and valuewith respect to vector x that is equal or closest to 'v'.If more than one value is equal then anyone can be returned(this is property of binary search).If more than one value is closest then first occurred is returned(this is property...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Search closest value in a vector Download

Added: July 25, 2013 | Visits: 308

showYs Shows y-values of time series in 2D plots by clicking on the axes.A quick test can be done by typingshowYs('example')after the file is placed in the Matlab pathIt works with one or multiple curves.By clicking repeatedly on different x positions, the labels and reference line come and go.After...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): showYs Download

Clustering data and searching optimal cutoff employing VIF criterion Performs hierarchical clustering of data using specified method andseraches for optimal cutoff empoying VIF criterion suggested in "Okada Y. et al - Detection of Cluster Boundary in Microarray Data by Reference to MIPS Functional Catalogue Database (2001)".Namely, it searches cutoff where groups...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Clustering data and searching optimal cutoff employing VIF criterion Download

Added: August 09, 2013 | Visits: 348

N-dimensionally spaced points NDSPACE N-dimensionally spaced points NDSPACE(X1, X2) generates a column matrix of 10^n linearly equally spaced points in the hypercube defined by the two diametrically opposite cornerpoints X1 and X2 both n-by-1 vectors. If either is a scalar it will be expanded to repmat(X,n,1). NDSPACE(X1, X2,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): N-dimensionally spaced points Download

Added: June 10, 2013 | Visits: 379

Perceptually improved colormaps PMKMP Returns perceptually balanced colormaps with rainbow-like colors PMKMP(N,SCHEME) returns an Nx3 colormap. usage: map=pmkmp(n,scheme);JUSTIFICATION: rainbow, or spectrum color schemes are considered a poor choice for scientific data display by many in the scientific community (see for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (46): Perceptually improved colormaps Download

Added: May 22, 2013 | Visits: 482

rocket trajectory calculator The following assumptions have been made in the program:-curvature of earth has been neglected.-no atmospheric effects.-constant gravity or linearly varying gravity.-no angle of attack.-constant burn rate.The specific impulse input is not used in the program, the thrust given as input is used...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): rocket trajectory calculator Download

Added: September 11, 2013 | Visits: 335

finding the irreducible representations linearly You can test it by running "example.m"which will generate the symmetry operators of bucky ball and then provide you the irreducible representation and character table.The main code is "get_irr" in which "get_RR_table" and "classify_R" are called.Just as the name,(1)get_irr: it will give you the...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): finding the irreducible representations linearly Download

LINSPACE3: linearly spaced vector defined by three points LINSPACE3 linearly spaced vector including a defined middle point.LINSPACE3(X1, X2, X3) generates a row vector of 100 points between X1 and X3 as linearly spaced as possible such that the vector contains X2. LINSPACE3(X1, X2, X3, N) generates a row vector of N points. LINSPACE3 will always...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): LINSPACE3: linearly spaced vector defined by three points Download

Added: March 27, 2013 | Visits: 352

wvfrms2bases Computes an orthogonal basis from a given criteria. Options are identicalto those of sortwvfrms: basis are computed by signal width, localization, andnoise. The vectors are sorted by the given criteria, projected onto asubspace orthogonal to the previously sorted vectors, and sorted in...


Platforms: Matlab

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

Added: September 13, 2013 | Visits: 365

Scenes/Objects classification toolbox Scenes/Objects Rocognition toolbox v0.12---------------------------------------This toolbox provides some basic tools for scenes/object recognition in vision systems.Based on supervised classification, this toolbox offerts some state-of-art descriptors coupled with fast and efficient...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 19.54 MB Download (44): Scenes/Objects classification toolbox Download

Added: May 10, 2013 | Visits: 346

AntennaQ This function calculates physical bounds on Q and D/Q for linearly polarized antennas composed by non-magnetic materials and circumscribed by various geometries as described in:Gustafsson, Sohl, and KristenssonIllustrations of new physical bounds on linearly polarized antennas,IEEE Trans....


Platforms: Matlab

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

Added: May 14, 2013 | Visits: 256

Robust interpolation [Yinterp warningflag] = robustinterp(Xdata, Ydata, targetX)Linearly interpolates in columns of X and Y values with reversals or failures of strict monotonicity in x or y (e.g. noisy and/or quantized observations of ideally monotonic relationships).Ydata and Xdata are column vectors or matrices of...


Platforms: Matlab

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

Added: September 06, 2013 | Visits: 334

Vectorized linspace This function will create a matrix of linearly spaced vectors.Example 1: Vector starting and ending pointsx1 = 100*randn(10,1);x2 = 100*randn(10,1);M = linspace2(x1,x2,1e3);imagesc(M)Example 2: Mixing Vectors and Scalarsx1 = 100*randn(10,1);x2 = 0;M = linspace2(x1,x2,1e3);imagesc(M)Suggestion to...


Platforms: Matlab

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

Added: March 25, 2013 | Visits: 418

SimMechanics pendulum used for control optimization Suspended and inverted pendulums were built in AutoDesk Inventor. SimMechanics is used to generate a Simulink model. This model generates the dynamics implicitly, so there is no need to solve the equations of motion by hand. The dynamics are used by control optimization software: DIDO, available...


Platforms: Matlab

License: Freeware Size: 2.25 MB Download (44): SimMechanics pendulum used for control optimization Download

< 1 2 3 4 >