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

Example Right Linear Grammar freeware
Filter: All | Freeware | Demo
 

Example Right Linear Grammar

< 1 2 3 4 5 > 

LAPJV - Jonker-Volgenant Algorithm for Linear Assignment Problem The Jonker-Volgenant algorithm is much faster than the famous Hungarian algorithm for the Linear Assignment Problem (LAP). This Matlab implementation is modified from the original C++ code made by Roy Jonker, one of the inventors of the algorithm. It is about 10 times faster than the munkres code...



Platforms: Matlab


Solving non-linear and linear simultaneous equations with fsolve solvesimul.m can be easily adapted to solve more equations but as it stands it will solve 2 unknowns in 2 equations (1 non-linear and one linear).To solve equations of this form... a*x + b*y = A (1) a1*x^2 + b1*y^2 = B (2)...with fsolve (used by solvesimul.m) you need to rewrite them so that they...





Platforms: Matlab


Added: June 10, 2013 | Visits: 795

Newton Raphson Optimization Procedure It estimates the Newton Raphson optimization procedure for (m) unknowns of (n) non-linear equations. In case no Jacobian vector is presented, then the initial Jacobian vector is estimated by Broyden Method (multivariate secant approach) and it is then updated using the Sherman Morrison...


Platforms: Matlab

License: Freeware Size: 10 KB Download (52): Newton Raphson Optimization Procedure Download

Added: June 11, 2013 | Visits: 447

Linear Mixed Integer Program Solver Solves the mixed integer linear problem:min c'*xs.t. A*x


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Linear Mixed Integer Program Solver Download

Added: June 02, 2013 | Visits: 487

laplace.m Creates a 1,2 or 3 dimensional probability distribution supported on user-supplied lattice points subject to linear and moment constraints. A trite financial example is provided.


Platforms: Matlab

License: Freeware Size: 10 KB Download (47): laplace.m Download

Added: July 24, 2013 | Visits: 368

LINEAR SYSTEMS SOLVER (for small Systems) SolverNxN is designed to solve many small linear system in a vectorized way in order to improve time perfomaces. It is in practice a faster alternative to the matlab commands: for k = 1:number_of_systemsx=Ab;end The Matlab looping speed can visibly slow down this process so most of the time is...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): LINEAR SYSTEMS SOLVER (for small Systems) Download

Added: July 22, 2013 | Visits: 602

Conjugate Gradient Method The conjugate gradient method aims to solve a system of linear equations, Ax=b, where A is symmetric, without calculation of the inverse of A. It only requires a very small amount of membory, hence is particularly suitable for large scale systems.It is faster than other approach such as Gaussian...


Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Conjugate Gradient Method Download

Added: September 09, 2013 | Visits: 568

DotNet Web Example Guide End To End Chapter This is an end to end example of how to use Builder NE (.NET Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): DotNet Web Example Guide End To End Chapter Download

Added: September 10, 2013 | Visits: 403

NOREDUND - remove redundant linear constraints or inequalities NOREDUND - Remove redundant linear inequalities from a set of inequalities; i.e., remove redundant linear constraints defining a feasible region. Note that the feasible region satisfies A*x


Platforms: Matlab


Added: August 02, 2013 | Visits: 571

PortOpt A simple example that illustrates how to use Excel Builder and Visual Basic for Applications (VBA) to create a custom GUI-based application that plugs right into Microsoft Excel.This submission contains all the files associated with the October issue of News and Notes article related to Deploying...


Platforms: Matlab

License: Freeware Size: 972.8 KB Download (49): PortOpt Download

Added: April 03, 2013 | Visits: 493

Computational Physics - Example No.1 This is the first example of Computational Physics, Modeling and Simulating a Physical SystemsEx1: Kepler's Laws


Platforms: Matlab

License: Freeware Size: 337.92 KB Download (41): Computational Physics - Example No.1 Download

Added: July 15, 2013 | Visits: 416

Preprocess CP2TFORM When CP2TFORM is used in piecewise linear image transformation mode, it uses triangulation to calculate the local image transformation. Sometimes a good triangulation of basepoints gives folded triangles when used with the input points. The function CP2TFORM try's to remove the controlpoints...


Platforms: Matlab

License: Freeware Size: 10 KB Download (39): Preprocess CP2TFORM Download

Added: August 29, 2013 | Visits: 435

Scrollbar GUI Example This is a tutorial example with many comments, explaining how to insert a slider into a MATLAB GUI, that works just like for example a slider in a browser.


Platforms: Matlab

License: Freeware Size: 10 KB Download (44): Scrollbar GUI Example Download

Added: April 01, 2013 | Visits: 612

Getting started with MATLAB (control engineering example) This zip file contains an example of some resources to help engineering students learn MATLAB. They comprise a flash file with voiceover (select player.html to run this) which will discuss some of the m-files also included. The example included is for an introduction to control, but there are...


Platforms: Matlab

License: Freeware Size: 4.53 MB Download (40): Getting started with MATLAB (control engineering example) Download

Added: July 08, 2013 | Visits: 411

Subspace Identification for Linear Systems This book focuses on the theory, implementation, and applications of subspace identification algorithms for linear time-invariant finite-dimensional dynamical systems.For a full book description and ordering information, please refer to http://www.mathworks.com/support/books/book1458.jsp.


Platforms: Matlab

License: Freeware Size: 327.68 KB Download (45): Subspace Identification for Linear Systems Download

Added: May 01, 2013 | Visits: 852

Java Web Example Guide End To End Chapter This is an end to end example of how to use Builder JA (Java Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (44): Java Web Example Guide End To End Chapter Download

Added: July 07, 2013 | Visits: 486

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

Example: Making and debugging mex with Visual Studio 2005 and Matlab 2007b I saw that there was no simple example on who to use MS Visual Studio 2005 to make and debug Matlab mex files.The solution added has a readme.txt that specifies filepaths that must be changed to make it work on your PC.


Platforms: Matlab


Added: August 27, 2013 | Visits: 427

Example of loading C DLL and performance comparison This example shows how to load a C DLL into Matlab and make a call to functions it contains. In addition, a C-like M file implementation of the same functionality is included for comparison. Furthermore, a vectorized M file has been added to try to match the performance of the library...


Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Example of loading C DLL and performance comparison Download

Added: April 27, 2013 | Visits: 438

Admin Menu on Right The default position for the menu in WordPress 2.7 is on the left, but since the scroll-bar is on the right, some people wanted the menu over there too. Plus a lot of blogs/websites have menus on the right so menu on the right seems to be a pretty popular option.This plug-in moves WordPress admin...


Platforms: PHP

License: Freeware Size: 10 KB Download (48): Admin Menu on Right Download

< 1 2 3 4 5 >