srinivas.gs
/downloads

Code and other stuff I have written, for your unrestricted use. Feel free to modify, improve and pass on.

textbar.m — A useful text-based waitbar alternative.

Want to run an iterative algorithm of uncertain duration? Can't use MATLAB's waitbar? Use textbar.m, a simple text-based alternative.

uid.m — Unique IDs everytime

Small MATLAB function to generate a unique ID based on the machine name and up-to-millisecond time point.

A better LyX icon

A better, black LyX icon. Works on all platforms.

Some Dynamical Systems in MATLAB

A small set of MATLAB functions to simulate simple dynamical systems like the Kuramoto, Rössler or Lorenz systems.

matrixify.m

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

by srinivas.gs.
last edit @ 21:49 on Thursday the 20th of January, 2011
I, the creator of these assets, release these into the public domain. Attribution would be nice. What would be nicer is you improving this and passing this along.