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

Iterations software
Filter: All | Freeware | Demo
 

Iterations

1 2 3 > 
Added: April 26, 2013 | Visits: 495

Cumulative Mean and Variance >> Y = cummean(X,DIM);if X is MxN, Y is also MxN. To illustrate the functionality, lets assume X is a 1xN vector. Then, Y is a 1xN vector where the n-th entry in Y is given by mean(X(1:n)). So, Y(end) = mean(X), and Y(1) = X(1). cumvar works in the same way, and this can be done on an arbitrary... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Cumulative Mean and Variance Download

Added: August 27, 2013 | Visits: 239

Iterative Methods for Linear and Nonlinear Equations This book provides a complete analysis of the conjugate gradient and generalized minimum residual iterations.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1344.jsp. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (42): Iterative Methods for Linear and Nonlinear Equations Download

Added: April 17, 2013 | Visits: 468

linprog This directory contains a suite of files for performing the standard two phase simplex method on linear programming problems. The three files LINPROG.DOC, PHASEI.DOC and PHASEII.DOC are fully documented versions of the m-files LINPROG.M, PHASEI.M and PHASEII.DOC are fully documented versions of... Platforms: Matlab

License: Freeware Size: 10 KB Download (52): linprog Download

Added: May 31, 2013 | Visits: 394

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

Added: April 09, 2013 | Visits: 516

Fibonacci Search metho This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Fibonacci Search metho Download

Pattern search method: deterministic iterative zero order algorithm It's a deterministic iterative zero order algorithm that can be used to solve unconstrained optimization problem. It finds the relative minimum of a two variables function with a deterministic iterative zero order algorithm. Pattern search method It finds the relative minimum of a two variables... Platforms: Matlab


Converting Models from Floating Point to Fixed Point for Production Code Generation An essential step in embedded software development, floating- to fixed-point conversion can be tedious, labor-intensive, and error-prone. System engineers frequently design algorithms in floating-point math, usually double-precision. This format represents the ideal algorithm behavior but takes... Platforms: Matlab


Newton-Raphson Method for Non-linear System of 3 variables You can solve non-linear systems of 3 variables. Only write "newtonv1" on the command window. Then write the 3 equations, the number of iterations y the precision tolerance. The partial derivatives for the gradients are calculated by the program Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Newton-Raphson Method for Non-linear System of 3 variables Download

Added: July 20, 2013 | Visits: 360

Mean Shift Clustering Clusters data using the Mean Shift Algorithm. testMeanShift shows an example in 2-D. Set plotFlag to true to visualize iterations. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Mean Shift Clustering Download

Added: May 23, 2013 | Visits: 285

Fibonacci Search method This script provides the final interval of uncertainty in which the minima of single variable non linear/linear function. The function should be unimodal in the interval. The script checks the unimodality of the function.User inputs the initial interval and the number of iterations. depending... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Fibonacci Search method Download

Added: July 12, 2013 | Visits: 349

Iris data set clustering Iris data set clustering using partitional algorithm. Concepts like loading text document and plotting of 4 Dimensional data with the fourth dimension as the intensity of colour of the plot. I used K means algorithm to update the centres from where we calculate the euclidean distance of the other... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.06 MB Download (49): Iris data set clustering Download

Added: September 10, 2013 | Visits: 363

Newton's Method This is still a work in progress, having trouble setting tolerances but setting the number of iterations seems to work fine. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Newton's Method Download

Added: July 29, 2013 | Visits: 199

EM_UPM em_uvp : Expectation-Maximization algorithm for a Univariate Poisson Mixture [logl , R , P] = em_upm(Z , R0 , P0 , [nbite]); Inputs ------- Z Discrete measurements (1 x K x [n1] x ... x [nl]) R0 Initial Poisson Rate. R0 can be (1 x 1 x d x [v1] x ... x [vr]) P0 Initial mixture probablities (1 x 1... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 174.08 KB Download (39): EM_UPM Download

Added: May 13, 2013 | Visits: 219

Newton Raphson's Methos In this there are three files.In fun.m file input the function. In dfun.m file input the derivative of the function and then just run the Newton.m file. It will input the Tolerence, No of Iterations and the Initial Value. Finally it will display the No of iterations and the root. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Newton Raphson's Methos Download

Added: August 02, 2013 | Visits: 400

Load Flow Gauss Siedel Power System Load Flow Analysis using Gauss Siedel for infinite number of iterationsIf you are downloading this file to submit an assignment or doing your homework than "Best of Worst Luck". Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (59): Load Flow Gauss Siedel Download

Added: March 26, 2013 | Visits: 322

Newton with Numerical Jacobian Usage: Newton(@funfcn,X0[,Options[,Params]); funfcn is a function script with the following interface: function F = function(X) % ... or a string containing the code as shown below, were F is the vector of the functions, and X the vector of the unknowns which must have the same length. A guess... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Newton with Numerical Jacobian Download

Added: August 10, 2013 | Visits: 492

Practical Monte Carlo Simulation Tool This practical function provides a tool for quickly including a random process within a Monte Carlo Simulation framework.The main input argument, is a string containing commands in Matlab syntax. Each execution of such string is an instance of a random process. The function expressionMCSsamples... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Practical Monte Carlo Simulation Tool Download

Added: July 15, 2013 | Visits: 348

MVGRND Using the Cholesky decomposition, it generates n iterations of multivariate Gaussian random variables for a given mean vector (mu) and variance-covariance matrix (sigma).mvgrnd(mu,sigma,n) Platforms: Matlab

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

Added: June 17, 2013 | Visits: 475

Newton's method done right Newton's method for solving a system of nonlinear equations, see http://en.wikipedia.org/wiki/Newton's_methodNewton(X,F,X0) solves nonlinear system F(x)=0 by Newton's method, using the given initial approximation X0. The derivative (Jacobian) is evaluated symbolically. The iterations are... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (39): Newton's method done right Download

Added: July 22, 2013 | Visits: 251

displayInline Displays a string inline in the command window, overwriting any output the method previously displayed.Useful to update any displayed string in-place, for example to indicate the the state of a simulation in progress.-----------------------------------e.g.displayInline;tic;for k = 1:1e6 if... Platforms: Matlab

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

1 2 3 >