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

Demonstrates software
Filter: All | Freeware | Demo
 

Demonstrates

< 1 2 3 4 5 
Added: May 19, 2013 | Visits: 467

Franck-Condon Overlap Integrals The m-file overlap_integral.m calculates the vibrational overlap integral between two nuclear wavefunctions using the formalism developed by Sharp and Rosenstock (J. Chem. Phys., 41:3453, 1964). This function requires the MATLAB Symbolic Toolbox in order to run correctly. The m-file... Platforms: Matlab

License: Freeware Size: 102.4 KB Download (52): Franck-Condon Overlap Integrals Download

Added: March 22, 2013 | Visits: 459

Rigid Body Dynamic: Triple Pendulum with Springs This is a fully three-dimensional rigid body simulation engine. The bodies are unconstrained. This example demonstrates the simulation of a triple pendulum: three prismatic bars connected by springs bounce and swing freely. Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Rigid Body Dynamic: Triple Pendulum with Springs Download

Sinusoidal Symmetric PWM modulation based three phase inverter The model simulates three phase inverter with symmetric PWM modulation in which reference is sampled at the positive peak of the carrier and is held constant till the next positive peak of the carrier appears. The model demonstrates symmetric regular sampling at positive peaks of carrier and... Platforms: Matlab


Added: July 12, 2013 | Visits: 424

Example of Volatility Pumping The self-contained script demonstrates excess, volatility driven growth, in a rebalanced portfolio.Based on the paper "Benchmarking and Rebalancing" by Gabay and Herlemont, yats.com, 19 Septembre 2007, this script reproduces example 1, showing the long-term rebalancing excess growth rate g*.There... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Example of Volatility Pumping Download

Added: September 07, 2013 | Visits: 432

Quaternion belt-trick This program demonstrates the quaternion belt-trick, also known as the Dirac belt-trick and the waiter trick. It generates an AVI movie file (also included) which shows a stereo movie of the belt-trick in action. Notes: (1) If you want to save time and see the end-result, just watch the included... Platforms: Matlab

License: Freeware Size: 3.65 MB Download (44): Quaternion belt-trick Download

Added: July 17, 2013 | Visits: 326

GUI for Root Locus Invoke the function by calling with a transfer function as its argument.>> mySys=tf([1 3],[1 5 12 8 0])>> RLocusGui(mySys) %Invoke GUIThought Matlab can create root locus plots, it is still useful to sketch root locus plots by hand. The program, RLocsuGui, takes loop gain as input and then... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): GUI for Root Locus Download

Added: July 28, 2013 | Visits: 528

Handling MATLAB Events in Excel The Global Temperature Explorer application demonstrates how to integrate MATLAB GUIs into Excel by writing Visual Basic callbacks that can respond to events generated by the GUI.The application consists of two parts, a COM component generated by MATLAB Builder for .NET, and a Visual Basic class... Platforms: Matlab

License: Freeware Size: 3.31 MB Download (47): Handling MATLAB Events in Excel Download

Using MathWorks Tools to Apply Model-Based Design for DO-178B Applications This example demonstrates the use of The MathWorks product family to apply Model-Based Design in the development of applications that may be certified using DO-178B or ARP-4754 standards.This example will step through the complete software development and verification lifecycle demonstrating how... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.56 MB Download (45): Using MathWorks Tools to Apply Model-Based Design for DO-178B Applications Download

Added: September 01, 2013 | Visits: 454

Cuckoo Search (CS) Algorithm A new metaheuristic optimization algorithm, called Cuckoo Search (CS), is fully implemented, and the vectorized version is given here. This code demonstrates how CS works for unconstrained optimization, which can easily be extended to solve various global optimization problems efficiently. Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Cuckoo Search (CS) Algorithm Download

Added: June 25, 2013 | Visits: 447

Interactive Efficient Frontier Viewer Demonstrates the use of MATLAB's nested functions to create graphical tools with little coding. This example creates an efficient frontier from supplied data (or generates random returns if no inputs are supplied) and then allows the user to move a crosshair along the efficient frontier to view... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Interactive Efficient Frontier Viewer Download

Added: July 15, 2013 | Visits: 551

SonnetLab Beginner Demo The attached ZIP file contains a tutorial for using the SonnetLab Toolbox for MATLABdlT«. SonnetLab is a free MATLABdlT« toolbox that enables users to control and automate Sonnet's 3D planar electromagnetic simulator.The attached script is an introductory tutorial that demonstrates how to build... Platforms: Matlab

License: Freeware Size: 10 KB Download (42): SonnetLab Beginner Demo Download

Added: August 17, 2013 | Visits: 430

Simple Units and Dimensions for Matlab ***Note***This method of using units is quick and clean. For a more complete version that automatically does dimensional analysis, see the file entitled "Units and Dimensions Suite for Matlab" (See the Acknowledgements section below)*******The units.m function returns a struct containing the SI... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Simple Units and Dimensions for Matlab Download

Added: May 13, 2013 | Visits: 465

Candlestick Quantification Code included will help you understand how to quantify candlestick patterns.createCandleStick.m quantifies candlestick bars to 6-digit binary codes.candleStickEvaluation.m demonstrates how you can evaluate multiple-day candlestick... Platforms: Matlab

License: Freeware Size: 184.32 KB Download (43): Candlestick Quantification Download

Added: April 01, 2013 | Visits: 473

CircuitTool (a Test and Measurement Demo) This case study demonstrates an application built to aid with developing numerical models of a device under test. This process, called System Identification, can be used to create accurate models of a system without having to mathematically characterize the complete system behavior. These models... Platforms: Matlab

License: Freeware Size: 20.48 KB Download (39): CircuitTool (a Test and Measurement Demo) Download

Added: May 15, 2013 | Visits: 536

FinPerf This is the example code for the Fall 2003 News and Notes Programming Patterns article. The code demonstrates how to call C functions directly from MATLAB without writing a MEX-file. The example computes the profitability of PeopleSoft, using the DuPont equation and measures their risk of... Platforms: Matlab

License: Freeware Size: 419.84 KB Download (48): FinPerf Download

Added: June 25, 2013 | Visits: 463

fulltosparse (Fortran version) SYNTAX: B = fulltosparse(A)A = full 2-dimensional double matrixB = sparse 2-dimensional double matrix version of AThis example demonstrates how to populate a sparse matrix. For the purpose of this example, you must pass in a non-sparse 2-dimensional argument of type double. fulltosparse.for is... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): fulltosparse (Fortran version) Download

Added: June 09, 2013 | Visits: 369

Excel2Matlab This spreadsheet makes passing data back and forth between and Excel and MATLAB easy. It passes a list of ranges to MATLAB, runs code listed in the spreadsheet and then passes back variables to Excel ranges. There are options to run the Profiler, and various options for clearing... Platforms: Matlab

License: Freeware Size: 849.92 KB Download (44): Excel2Matlab Download

Added: April 21, 2013 | Visits: 316

Toeplitzmult This directory contains MATLAB functions for the fast multiplication of a Toeplitz matrix times a vector. By using these routines you can avoid storing the entire matrix (using two vectors of lenght n rather than a matrix of size n*n), and also dramatically speedup the multiplication. The... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Toeplitzmult Download

Added: March 23, 2013 | Visits: 222

Test_FTD2XX_NET_BitBang File demonstrates calling directly into the FTD2XX_NET.dll library from Matlab code. FTDI makes USB compatible devices which can make the creation of USB-based electronic instruments much easier. The FTD2XX_NET.dll (downloadable ftdichip.com) is a .Net wrapper for the FTDI D2XX USB device driver... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Test_FTD2XX_NET_BitBang Download

Added: May 31, 2013 | Visits: 413

Complex step Jacobian Complex step differentiation (CSD) has many advantages in efferency and accuracy over finite difference approaches (central, forward and backward). This code demonstrates how the Jacobian matrix of a given function at the reference point can be calculated using the CSD approach. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Complex step Jacobian Download

< 1 2 3 4 5