Software Listing of Author : "Mark Hoyle"
- Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms
- License: Freeware
- Price: 0.00


Files used in the Webinar "Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms" The zip file contains the data and files used to develop an application to track a market index using Genetic algorithm. The initial algorithm is then wrapped up in MATLAB OOP to create an applcation, which can then be tested against the data. Also included aresimple demo files of both genetic algorithms and MATLAB OOP.
- Publisher: Mark Hoyle
- Date Released: 19-03-2013
- Download Size: 2099 KB
- Download
- Platform: Matlab, Scripts
- Pricing American Options
- License: Shareware
- Price:


A zip file containing the examples that were used in the webinar: "Teaching and Research of Computational Finance with MATLAB" Including: * GUI for pricing an options via CRR tree * Script for priocing via Finitie differences * GUI for pricing via the Monte Carlo method of Longstaff and Schwartz * Functions to implement all three methods
- Publisher: Mark Hoyle
- Date Released: 04-06-2013
- Download Size: 72 KB
- Download
- Platform: Matlab, Scripts
- Random Walks in MATLAB
- License: Shareware
- Price:


These files show how MATLAB can be used to simulate random walks both on a lattice in N-dimensions and on a graph. The zip file contains the following: RandDir: generates a random basis vector on a lattice RandGraphMove: Given a connection matrix for a graph generates a random neighbouring node to the one currently occupied RandomWalks: script file to demonstrate the use of these files using the SDE engine in the econometrics toolbox RandomWalks_NoEconometrics: Version of the preivous file which does no rely on the econometrics toolbox DemoData.mat: Mat file for graph example Demo_Image.gif: Image file for graph example. The files RandDir and RandGraphMove generate random motions for a random walk on a lattive and on a graph respectively. The Files RandomWalks and RandomWalks_NoEconometrics run through a series of examples firstly...
- Publisher: Mark Hoyle
- Date Released: 24-01-2013
- Download Size: 1731 KB
- Download
- Platform: Matlab, Scripts
- subplotPPT
- License: Shareware
- Price:


Saves multiple MATLAB figure windows to powerpoint giving the user "subplot" style control over their positions in the final slide. Given multiple figures you can use commands like: subplotPPT(m,n,k,...) to print a copy of the figure to a powerpoint slide. The first three arguements behave like those of subplot: m rows of images, n columns amd k gives you the index of the image to paste to (if k has two element per image then the function will merge the image across the locations). Other inputs: Vector of handles to figures to paste into the slide Filename of powerpoint file to use slide number to print to Region of the slide to print to image file format to print to (e.g jpg, png, bmp ...) gaps between adjacent images units for specifying measures in. The zip file contains subplotPPT and test_PPTScript which runs through...
- Publisher: Mark Hoyle
- Date Released: 15-05-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
- SudokuUI
- License: Shareware
- Price:


To run the file type SudokuUI at the command line, this will bring up a figure window with the layout for a standard blank 9x9 sudoku grid on it. Right clicking on any of the blank squares will then provide you with the available numbers that can be entered into the box, right clicking on an occupied box will then colour all the inadmissable cells for this number red, leaving leaving the rest white. Control+Z will undo choices, Control+C turns on a simple checking mode where squares which have only one option available to them or numbers which can only go in one place in a row, column or submatrix are filled in. SudokuUI(16) opens up a solving assistant for 16x16 grids using the numbers 0-9 and characters A-F
- Publisher: Mark Hoyle
- Date Released: 21-01-2013
- Download Size: 10 KB
- Download
- Platform: Matlab, Scripts
