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

Arbitrary software
Filter: All | Freeware | Demo
 

Arbitrary

< 1 2 3 4 5 > 

Nonlinear fitting n-dimensional data with arbitrary functions How to fit a 2D Gaussian function to noisy data in Matlab? Or data with another number of dimensions and arbitrary fit function?It took me a while to find out how Matlab does this by the functions lsqcurvefit, fmincon or fminsearch. This project demonstrates how to use these functions to fit ND...



Platforms: Matlab

License: Freeware Size: 30.72 KB Download (54): Nonlinear fitting n-dimensional data with arbitrary functions Download

Added: June 10, 2013 | Visits: 417

Ball Bounce Physics with spin Bouncing superball simulation with spin on arbitrary 2D surfaces. Simulates frictional collisions of a spinning ball against arbitrary surfaces. New surfaces can be added by the user to set up any scenario with multiple surfaces while the simulation is running and the ball can be throw by the...





Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Ball Bounce Physics with spin Download

Multivariate Nonlinear optimization using Marquardt Method We use the power of symbolic toolbox in order to find the optimal point in an arbitrary multivariate functionChange the following code based on your objective function and run the programFunction F in Symbolic Formata='(x1^2+x2-11)^2+(x1+x2^2-7)^2';The code will iterate and converge to x and y of...


Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Multivariate Nonlinear optimization using Marquardt Method Download

Agilent 81150A Pulse Function Arbitrary Noise Generator - Driver MATLAB is a software environment and programming language used to generate signals, make measurements, configure and control instruments, analyze and visualize data, and build test systems.MATLAB supports Agilent pulse function arbitrary noise generators through the Instrument Control Toolbox....


Platforms: Matlab


Added: August 10, 2013 | Visits: 561

deflection of a cantilever beam The program uses a simple algorithm to calculate the deflection at each point of a cantilever beam subjected to arbitrary loading distribution, the program also calculates and plots the bending moment and shear force in the beam.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): deflection of a cantilever beam Download

Random number generation from an arbitrary log-concave generalized pdf Program "rand_log_concave.m" generates random numbers from an arbitrary log-concave generalized pdf (i.e., a pdf known up to its normalization constant). The log of the pdf must be concave. In particular, the program can be used to generate random numbers efficiently from truncated log-concave...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Random number generation from an arbitrary log-concave generalized pdf Download

Added: June 24, 2013 | Visits: 285

Camouflage evolution simulation with Genetic algorithm The algorithm that modeling the processof arbitrary picking matches from matchboxes with equal probability. The process will terminate when one of matchboxes get empty


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (49): Camouflage evolution simulation with Genetic algorithm Download

Added: September 10, 2013 | Visits: 331

Extract Slice from Volume ExtractSlice extracts an arbitrary slice, both intensities and indices, from the input volume given the center and normal of the slice. If you are familiar with IDL, this is the equivalent function of EXTRACT_SLICE.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Extract Slice from Volume Download

Added: May 14, 2013 | Visits: 292

Banach's match problem The algorithm that modeling the processof arbitrary picking matches from matchboxes with equal probability. The process will terminate when one of matchboxes get empty


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Banach's match problem Download

Matrix approach to discretization of ODEs and PDEs of arbitrary real order This submission contains the basic functions that are necessary for using the matrix approach to discretization of fractional differential equations, and demos. The method is described in the following articles:[1] I. Podlubny, "Matrix approach to discrete fractional calculus", Fractional...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 737.28 KB Download (45): Matrix approach to discretization of ODEs and PDEs of arbitrary real order Download

Added: August 23, 2013 | Visits: 272

Rohde & Schwarz AM300 Arbitrary/Function Waveform Generator This is a MATLABdlT« instrument driver for use with v2.0 of the Instrument Control Toolboxd-OC?D? and higher. It supports the Rohde & SchwarzdlT« AM300 arbitrary/function waveform generator.It is a MATLAB VXIplug&play instrument driver that requires the Rohde & Schwarz rssiam VXIplug&play...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (38): Rohde & Schwarz AM300 Arbitrary/Function Waveform Generator Download

Added: July 17, 2013 | Visits: 260

Gram schmidth Algorithm Given an arbitrary basis {u1,u2,u3,...un} for an n-dimensional inner product spaceV, the Gram-Schmidt algorithm constructs an orthogonal basis {v1,v2,v3,... vn}for V.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Gram schmidth Algorithm Download

Added: July 19, 2013 | Visits: 195

CounterInBase: Counting in arbitrary base A simple pseudo-class (using function handles and nested functions) representing a counter in an arbitrary base. Useful e.g. for enumerating numbers in certain base.c = CounterInBase(3) Creates a new counter with base 3 and resets its state to 0.c.next(), orc.next(1) Returns the state of the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): CounterInBase: Counting in arbitrary base Download

Added: August 19, 2013 | Visits: 563

multi linear algebra vibhor bhardwaj Consider two arbitrary arrays ax and by and the array cz resulting from an arbitrary product.Array multiplication or a class of arrays called encoding and decoding arrays implemented in MATLAB.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): multi linear algebra vibhor bhardwaj Download

Added: April 03, 2013 | Visits: 390

Orthotomic surface of a Bezier surface Main purpose of this problem is drawing the orthotomic surface of a bezier surface through about arbitrary source point.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Orthotomic surface of a Bezier surface Download

Added: July 31, 2013 | Visits: 216

EllipseDraw ELLIPSEDRAW can draw an arbitrary ellipse with given parameters. The properties of that ellipse plot can be customized by setting the ellipse handle.


Platforms: Matlab

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

Added: August 23, 2013 | Visits: 373

Simple db class Simple db class is able to execute arbitrary SQL queries.Key Features of Simple db class:- Connect to a MySQL database server host- Execute INSERT, UPDATE and DELETE queries passing only the table name and the values of the fields, values and conditions


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Simple db class Download

Added: September 03, 2013 | Visits: 396

Fix Image Caption Padding This plugin allows you to remove (or alter) the arbitrary 10px 'pad' that WP inserts on the divs holding images and captionsInstallation :Just upload the folder to your wp-content/plugins directory and activate the plugin as normal from the admin->plugins menu.Change the variable $xs to whatever...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Fix Image Caption Padding Download

Added: June 23, 2013 | Visits: 691

Attendance sheet Attendance-sheet is a simple PHP script that will help you keep track of registrations for an arbitrary sport activity that is taking place regularly.


Platforms: PHP

License: Freeware Size: 1.52 MB Download (44): Attendance sheet Download

Added: April 22, 2013 | Visits: 424

Apache Solr RDF Support This is a project specifically created for the Google Summer of Code 2009 project Adding RDF Support to the ApacheSolr module (q.v. for more informations; maybe also interesting: this discussion which first introduced the idea).Its purpose is to allow the Apache Solr Search Integration module to...


Platforms: PHP

License: Freeware Size: 71.68 KB Download (40): Apache Solr RDF Support Download

< 1 2 3 4 5 >