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

Linear Foot software
Filter: All | Freeware | Demo
 

Linear Foot

< 1 2 3 4 5 > 
Added: August 26, 2013 | Visits: 321

random number generator for linear distribution Return random variable(s) with linear distribution within [0,1] and 0 outside; m specifies the slopeIn other wordP(x)= mx+b if 0



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): random number generator for linear distribution Download

Single-variable linear level finding ( XI = findX(X,Y,YI) estimates the XI values at which the dependentvariables Y reach or cross a specified target level YI (scalar value). If there are multiple solutions, findX finds all of them. It may be seen as the "inverse" operation of the MATLAB's functionINTERP1, under 'linear' method.X is a...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Single-variable linear level finding ("inverse" INTERP1): findX Download

Added: June 23, 2013 | Visits: 404

Online/Batch generalized linear models under square loss This is the package for online (competitive)/batch prediction using generalized linear models under square loss. The algorithms are derived using the Aggregating Algorithm.The algorithms have guarantees on the cumulative square loss for the worst case when applied in online fashion in comparison...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Online/Batch generalized linear models under square loss Download

Added: August 17, 2013 | Visits: 492

ANNI - solver of a set of non-linear equations Let us suppose a set of non-linear equations in the formF(m) = d(m,d are vectors, F is a vector function of vector argument). ANNI tries to construct suitable numerical approximation for inverse projection of d to m, i.e. to find numerical form ofG(d) = m.Such mapping may not exist in general,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 276.48 KB Download (45): ANNI - solver of a set of non-linear equations Download

Added: July 07, 2013 | Visits: 403

Custom solution for 3 non-linear simultaneous equations This customised function solves one type of non-linear systemof 3 simultaneous equations in 3 unknowns: k, L and r0 in 3 equations with 4 knowns: zeta, eeta, d and angle.function matrixresults = symsolvenonlineq(n,degrees,dinput)% EXAMPLE USAGE: m=symsolvenonlineq(3,45,20)% nb: takes around 738s...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Custom solution for 3 non-linear simultaneous equations Download

Added: September 03, 2013 | Visits: 376

Multiplication of Linear Expressions Script for the multiplication of linear expressions without coefficient constants. This script returns a polynomial of given expressions.The number of expressions are not restricted and constant may be real or integer.ExampleCompute the (x-2)(x+4)(x-5)...write in following format. here x is a Row...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Multiplication of Linear Expressions Download

Slides for the video These are the slides of a plenary talk given at the 2006 SIAM Annual Meeting, on July 11, 2006.The talk describes how x=Ab works in MATLAB, when A is sparse.You can view the video at http://www.cise.ufl.edu/research/sparse/SIAM06. Follow along with these slides as you view the video. The slides...


Platforms: Matlab


Identification of PieceWise Linear and Homogeneous Zone Detection Project:1D signal:Identification of PieceWise Linear by multiple regressionDetection of homogeneous zone using entropieProjection in the Hough space (1D) I/OInputs: 1D signal (xe,ye)Simulated data (Figure 12);Outputs: Entropie signal (xee,yee)Line positions, positionLine lengths, longueurLine...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Identification of PieceWise Linear and Homogeneous Zone Detection 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: April 01, 2013 | Visits: 468

Box-Cox power transformation for Linear Models Helps choose a Box-Cox power transformation for a multivariate linear regression.Assume you are looking at the residuals of [b,bint,r] = regress(y,X) and it seems a transformation is in place. Use:boxcoxlm(y,X) to find the best lambda for a Box-Cox power transformation (y^lambda, or log(y) for...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Box-Cox power transformation for Linear Models Download

Added: July 18, 2013 | Visits: 494

Robust Experimental Designs for Generalized Linear Models Optimal experimental designs for generalized linear models (GLM) depend on the unknown coefficients, and two experiments having the same model but different coefficient values will typically have different optimal designs. Therefore, unlike experimental design for linear models, the prior...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Robust Experimental Designs for Generalized Linear Models Download

Added: March 29, 2013 | Visits: 217

colorGradient: generate custom linear colormaps User can generate a custom linear colormap giving 2 colors and colormap depth.Colors are given as vectors with RGB values. The suggested input method is using intensity values for each channel (0,1), but values in the (0,255) range are also allowed.No other colorspaces are allowed (i.e....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): colorGradient: generate custom linear colormaps Download

Added: April 25, 2013 | Visits: 251

Linear Kalman Filter This script implements the linear Kalman filter and shows its performance on a 2nd order under-damped LTI system.The code consists of two main parts. In the first part, a noisy model with two state variables is simulated and in the second part, Kalman filtering is applied to estimate the real...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Linear Kalman Filter Download

Added: June 26, 2013 | Visits: 225

Small size linear solver Solve multiple (2x2) or (3x3) linear systems:A(:,:,k)*X(:,:,k) = B(:,:,k) for k=1,2,...,NThe method used here is basic cofactor/determinant.DISADVANTAGE: This method may be less accurate than Matlab backslash (using in for-loop) when the matrices are ill-conditioned.ADVANTAGE: for a large number...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Small size linear solver Download

Added: July 18, 2013 | Visits: 320

Uniform sampling s.t. linear constraints Implementations of the Hit-And-Run and Gibbs sampling algorithms for the generation of uniformly distributed random vector x satisfying the system of linear inequalities A.x


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Uniform sampling s.t. linear constraints Download

Added: April 13, 2013 | Visits: 396

Weighted and unweighted linear fit This code fits makes a linear fit to a data set (using y =bx+a) where each data point% has a different or constant standard deviation. Your data should have three or two columns.% The first column should be the independent variable(x) and the second% column should be the dependent variable(y)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Weighted and unweighted linear fit Download

SUB2IND4UP Linear index from subscripts of upper triangular matrix (only elements above diagonal) IND = SUB2IND4UP(I, J) returns the linear index equivalent to the row and column subscripts I and JLet ind be a vector of indexes for entries of some upper triangular matrix. The entries are selected vertically so that: ind = 1 is associated to entry (1, 2) ind = 2 is associated to entry (1, 3)...


Platforms: Matlab


Added: April 19, 2013 | Visits: 459

Normalize 1 or 2D data to a linear range. Function that transforms 1 or 2D data to match a specified linear dynamic range.NORMALIZE_IMAGE(I,R) applies a linear transformation to the dynamic range of I, mapping pixel intensities to new values over the range R.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Normalize 1 or 2D data to a linear range. Download

Added: May 18, 2013 | Visits: 478

Foot print of Spectral sensor with conic view This GUI is used to compute the spectral sensor foot print.A BRDF data file Abisko.mat is needed to show the HCRF results, which is computed from Kuusk and Nilson FRT model.Monte Carlo integration is used to compute the conical view optical sensor responseSome details are shown in the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (43): Foot print of Spectral sensor with conic view Download

Added: April 29, 2013 | Visits: 673

Best Foot Forward Best Foot Forward provides an easy way to automatically create a featured post list by utilizing the WordPress tagging system. No need to create manual lists. No need to create categories. Just tag and you're done. You can use tags such as "featured" or "favorite", or any other words that you...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Best Foot Forward Download

< 1 2 3 4 5 >