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

Linear Graphs software
Filter: All | Freeware | Demo
 

Linear Graphs

< 1 2 3 4 5 
Added: July 07, 2013 | Visits: 482

Linear matrix-based neural network This is a learning model for matrix-based data. It can be more efficient than standard vector-based models when the training sample is small or the inputs are matrices, since this model has less parameters than standard ones and exploits an inner structure of the inputs. This model can be...



Platforms: Matlab

License: Freeware Size: 10 KB Download (47): Linear matrix-based neural network Download

Added: May 09, 2013 | Visits: 502

Numerical Linear Algebra and Applications This book is written for a first course in numerical linear algebra. It is designed to give students a firm grasp of the basic concepts of roundoff error, stability, condition, and accuracy, as well as an appreciation for the core numerical linear algebra algorithms.For a full book description...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (39): Numerical Linear Algebra and Applications Download

Added: May 14, 2013 | Visits: 321

Introductory Linear Algebra With Applications Designed for a course at the freshman or sophomore level, this book emphasizes the computational and geometrical aspects of linear algebra.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): Introductory Linear Algebra With Applications Download

Orthogonal Linear Regression in 3D-space by using Principal Components Analysis Orthogonal Linear Regression in 3D-space by using Principal Components AnalysisThis is a wrapper function to some pieces of the code from the Statistics Toolbox demo titled "Fitting an Orthogonal Regression Using Principal Components...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Orthogonal Linear Regression in 3D-space by using Principal Components Analysis Download

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: 405

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: May 05, 2013 | Visits: 456

Solves a custom set of linear simultaneous equations Fully documented script file but this essentially solves the simultaneous equations Yvonne presented in a previous thread and does so for two 1 x 4 vectors. I then built four graphs and displayed them all on one plot.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Solves a custom set of linear simultaneous equations Download

Added: September 03, 2013 | Visits: 377

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: 469

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: April 25, 2013 | Visits: 432

Symbolic reduction of block diagrams and signal flow graphs A very easy symbolic method for reduction of block diagrams or signal flow graphs with Matlab is presented. The method can be applied to every kind of diagram and it is possible to obtain in one stage all transfer functions for a given input. The method is validated with some examples, including...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 122.88 KB Download (44): Symbolic reduction of block diagrams and signal flow graphs Download

Added: March 29, 2013 | Visits: 218

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: 254

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: 226

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

< 1 2 3 4 5