image thumbnail

updated 1 month ago

Colormaps compatible with red-green color perception deficiencies by Matthias Geissbuehler

Colormaps for displaying data compatible with red-green color perception deficiencies (colormap, colormaps, linearincreasing brig...)

cmap=ametrine(n,varargin)

cmap=isolum(n,varargin)

cmap=morgenstemning(n,varargin)

image thumbnail

updated 2 months ago

export_fig by Oliver Woodford

Exports figures nicely to a number of vector & bitmap formats. (anti alias, figure, embed)

copyfig(fh)

eps2pdf(source, dest, crop, append, gray, quality)

export_fig(varargin)

image thumbnail

updated 11 months ago

Violin Plots for plotting multiple distributions (distributionPlot.m) by Jonas

Function for plotting multiple histograms side-by-side in 2D - better than boxplot. (histogram, distributions, plotting)

colorCode2rgb(c)

countEntries(m,isRow, keepNaN)

distributionPlot(varargin)

image thumbnail

updated 11 months ago

plot spread points (beeswarm plot) by Jonas

plotSpread plots distributions of data points, adding jitter to the points to avoid overlap. (distributions, histograms, plotting)

distinguishable_colors(n_colors,bg,func)

isEven(in)

myErrorbar(varargin)

image thumbnail

updated almost 3 years ago

fdep: a pedestrian function dependencies finder by us

FDEP dissects ML files and iteratively looks for all user defined functions used during runtime (nested, path, files)

fdep.m

r=tfdep3(varargin)

tfdep1

image thumbnail

updated 3 years ago

A dice roller for Matlab by Jonas

Everyone needs to roll dice or flip a coin now and then. This is the program to make it easy. (dice, regular expressions, game)

roll(str)

image thumbnail

updated 3 years ago

Subversion GUI by Jonas

GUI for command-line subversion client (svn, subversion, gui)

svnGUI(varargin)

image thumbnail

updated 3 years ago

Plot average line by Jonas

plotAverage plots an average line into the data. (average plot, data exploration, trendline)

isEven(in)

myErrorbar(varargin)

plotAverage(handleOrData, avgPoints, varargin)

image thumbnail

updated 3 years ago

Automatic template for new functions by Jonas

newFunction creates an empty function with custom header (coding, template)

newFunction(fxnname)

Contact us