image thumbnail

updated 9 months ago

Automated Trading with MATLAB - 2012 by Stuart Kozola

Files from the Automated Trading webinar showing X_Trader and QuickFIX/J integration. (algorithmic trading, x_trader, genetic programming)

Algorithmic Trading with MATLAB: Intraday trading

Algorithmic Trading with MATLAB: Moving Average Rule

Algorithmic Trading with MATLAB: Pairs trading

image thumbnail

updated 10 months ago

Round Toward Vector of Values by Tom R

Round values towards a given vector of choices. (ceil, data, floor)

newnums=roundtowardvec(X,roundvec,type)

image thumbnail

updated almost 2 years ago

vRound by Alexandra

variable rounding (round, ceil, floor)

vround(VALUE, EXPONENT, varargin)

image thumbnail

updated 2 years ago

fixes to print HUGE plots as png by Clemens

printing plots with wide lines as png problems. These are my fixes to overcome these shortcomings. (print, png, ugly)

print_fixes.f=figure(varargin)

print_fixes.setPlotPreferences()

image thumbnail

updated 2 years ago

Reset M-lint files by Dirk-Jan Kroon

Removes, M-lint caused your previous MATLAB session to terminate unexpectedly (red, mlint, r2010a)

ResetMlint

image thumbnail

updated almost 3 years ago

fix_lines by Oliver Woodford

Improves the style of lines in MATLAB generated eps files (eps, dashed line, line style)

fix_lines(fname, fname2)

image thumbnail

updated almost 4 years ago

zoomfixticks by Greg Aloe

Allows zoom to honor a figure whose AXES tick labels have been manually set. (data exploration, zoom, fix)

zoomfixticks_rev(fig,method,varargin)

image thumbnail

updated 4 years ago

correct tick label by benharper1977

set x tick label in a desired format and maintain it when zooming, panning or using data cursor (data cursor, zoom, pan)

correct_figure()

image thumbnail

updated 4 years ago

Int2Hex by Kobi Kai Calev

wrapper for dec2hex, to handle 64bit + signed numbers via typecast (hex, data import, dec2hex)

Int2Hex(var)

image thumbnail

updated 4 years ago

Round to a Specified Number of Significant Digits by Edward Zechmann

Rounds a numeric array to a specified number of Significant Digits. (sig figs, round, digits)

[A2, A_str, real_digitsL, real_digitsR, imag_digitsL, imag_...

image thumbnail

updated 5 years ago

MClust Spike sorting toolbox by A David Redish

update fixing bugs (bugs, bug, fixing)

image thumbnail

updated 6 years ago

roundd.m by Carlos Adrian Vargas Aguilera

Rounds an array up to N digits from the left. (matrices, round, integer)

roundd(X,N)

image thumbnail

updated 8 years ago

FIX2 by Mukhtar Ullah

Round to a specified number of decimals towards zero. (decimal places, fix, round)

fix2(a, n)

image thumbnail

updated 8 years ago

Fix string for graph title by Alecsander Eitan

This function fixes a string before it is used as a title for a graph. (annotation, customization, graph title)

fix_title_string(s1)

image thumbnail

updated 10 years ago

AOV1 by Antonio Trujillo-Ortiz

Single-factor analysis of variance test. (statistics, probability, analysis of variance)

AOV1(X,mt,alpha)

image thumbnail

updated 11 years ago

debugfigure by Boyko Stoimenov

Fix for bug in ML 6 which prevents editing of saved figures (annotation, customization, edit)

debugfigure.m

Contact us