Generalities about the Matlab software on this site

The Matlab routines downloadable from this page have been developed to support numerical computations for papers I have (co-)written in recent months and years. Given my limited expertise in writing software, I do not make any claims on correctness, efficiency, robustness, and reliability of the included m-files (even though I have tested most of the routines extensively). Everything which comes for free comes with no warranty!
Using these Matlab routines requires MATLAB V5.0 or higher, some familiarity with Matlab programming, and above all, some knowledge of the application area they are intended for. A cross-reading of the paper they are attached to would not hurt. To make their use a bit less painful, I have commented them to some extent (the Matlab command help filename will give basic information about aim and input/output of the function in filename.m), and included a READ.me file that lists all files, together with short comments. As a rule, there are input files for the examples in the particular paper the routines are attached to, and a prototypical MyMain.m file which could be used to develop new applications.
It is my hope that some people will find posting these m-files useful, for the purpose of checking them out or applying them to their own applications. Reports on improvements, bugs (and fixes for them), as well as general comments to the above e-mail address are welcome. I myself plan to update the existing routines and add new ones from time to time.

Downloading instructions

A. Investigating (vector) subdivision schemes with isotropic dilation

B. Degree distributions for LDPC forward error correcting codes

More to come!