Code and other stuff I have written, for your unrestricted use. Feel free to modify, improve and pass on.
Want to run an iterative algorithm of uncertain duration? Can't use MATLAB's waitbar? Use textbar.m, a simple text-based alternative.
Small MATLAB function to generate a unique ID based on the machine name and up-to-millisecond time point.
A better, black LyX icon. Works on all platforms.
A small set of MATLAB functions to simulate simple dynamical systems like the Kuramoto, Rössler or Lorenz systems.
matrixify.m converts a graph represented by a list of edges into a sparse adjacency matrix many graphs are commonly represented by a list of edges. It’s often nicer to have an adjacency matrix. This little function solves the problem of converting a list of edges, often with non-consecutive edge labels, into the appropriate sparse matrix