image thumbnail

updated 3 days ago

Pairs Trading Strategy by tadeveloper

A pairs trading strategy implemented in MATLAB. (computational finance, trading, backtesting)

MATLAB pairs trading strategy

PairsTradingStrategy(sys)

image thumbnail

updated 7 months ago

Deflection of a Square Plate Calculated With PDE Toolbox by Bill Greene

Deflection of a Square Plate Calculated With PDE Toolbox (pde, demo, simulation)

clampedSquarePlateExample

boundaryFileClampedPlate( p, e, u, time )

image thumbnail

updated 7 months ago

Parallel Computing test (Ordinary Differential Equation) by Bogumila & Zbigniew MROZEK

Describes how to use Parallel Computing Toolbox to speed up computing with multi core computer. (multicore, dualcore, parallel computing)

m9911

m9912

ode1000.m

image thumbnail

updated 12 months ago

How Computer Models Help Break Records? by Coorous Mohtadi

Article on use of MATLAB to build a simplified model of the BLOODHOUND Super Sonic Car. (bloodhound, aerospace, automotive)

How Do Computer Models Help Break Records?

[dv]=BloodhoundEQ(t,v)

Bloodhound

image thumbnail

updated 1 year ago

Flickr API with OAuth-based user authentication by Kotya Karapetyan

Matlab implementation of Flickr-compatible OAuth (oauth, data import, data export)

Flickr API with OAuth-based user authentication

doHMAC_SHA1(str, key)

image thumbnail

updated 2 years ago

Demo files for "MATLAB for Excel Users" webinar by Jiro Doke

This is the demo used in March 22, 2011 webinar "MATLAB for Excel Users". (excel, curve fitting, webinar)

Energy Forecast Demo

ForecastGUI(varargin)

createSurfaceFit(thisHour, thisTemp, thisPower)

image thumbnail

updated 2 years ago

ballbeam.m by Jeffrey Kantor

BALLBEAM demonsrates Proportional-Derivative (PD) control using a ball and beam simulation. (simulation, pd, controller)

Ball Beam Demo

ballbeam(action)

image thumbnail

updated 2 years ago

tracer4m by per isakson

tracer4m traces calls to methods and functions. (trace calls, tracing, logging)

tracer4m - traces calls to methods and functions

testfile4tracer( varargin )

tracer( varargin )

image thumbnail

updated 2 years ago

Speeding Up Optimization Problems with Parallel Computing by Stuart Kozola

Files from the webinar: Speeding up optimization problems with parallel computing (aerospace, automotive, demo)

Electron Problem Optimization

First Order Reliability Method using a Simulink Flutter Mod...

computebestportfolioPCT(expRet,expCov,portSize,targetRet)

image thumbnail

updated 3 years ago

Motion Control Demo by Paul Lambrechts

Model Based Design Demonstration Based on a Motion Control Case Study (simulation, demo, control design)

Digital Motion Control Demo

The Digital Motion Control Demo

FO_interface(varargin)

image thumbnail

updated almost 4 years ago

Use handle classes to model dependencies between computation steps by Volkmar Glauche

Trigger computations in one object once computation results from other objects become available. (demo, distributed, modeling)

Schedule dependent computations

cfg_item

image thumbnail

updated almost 4 years ago

Mackey-Glass time series generator by Marco Cococcioni

This function generates a Mackey-Glass time series using the 4-th order Runge-Kutta method. (mackyglass, demo, chaotic time series)

mackeyglass

mackeyglass_rk4

makeyglass_eq

image thumbnail

updated almost 4 years ago

Droste Effect Tool by Steve Hoelzer

Apply the Droste Effect to an image using a GUI or function call. (droste, conformal mapping, special effects)

The Droste Effect

droste_effect(img, reg, varargin)

droste_gui(varargin)

image thumbnail

updated 4 years ago

LOGREG by Marco Cococcioni

This script shows how to perform an univariate logistic regression in Matlab. (curve fitting, regression, logistic curve)

A SIMPLE EXAMPLE ON HOW TO PERFORM AN UNIVARIATE LOGISTIC R...

image thumbnail

updated 4 years ago

Adding help and demos to the help browser by John Walley

A short guide to adding your own toolbox to the help browser (m2html, browser, demo)

Abandoned Object Detection

Adding help and demos to the Help browser

[AbandonedCount,...

Contact us