Mercurial > hg > smallbox
comparison util/Rice Wavelet Toolbox/README.sparco @ 78:f69ae88b8be5
added Rice Wavelet Toolbox with my modification, so it can be compiled on newer systems.
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Fri, 25 Mar 2011 15:27:33 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
76:d052ec5b742f | 78:f69ae88b8be5 |
---|---|
1 What are these funny ".mhelp" files?! | |
2 ------------------------------------- | |
3 | |
4 Some users of Matlab 7.0.4 have reported that the Rice Wavelet Toolbox | |
5 MEX interfaces aren't being found. Instead, the .m files (which only | |
6 contain the help text) are taking precedence, and function calls to | |
7 these routines cause an error. | |
8 | |
9 A simple workaround is to move these .m help files so that Matlab | |
10 doesn't have to choose between them and the MEX versions. We've | |
11 renamed these files: | |
12 | |
13 mdwt.m to mdwt.mhelp | |
14 midwt.m to midwt.mhelpm | |
15 mirdwt.m to mirdwt.mhelpm | |
16 mrdwt.dll to mrdwt.mhelpm | |
17 | |
18 -- The Sparco development team | |
19 (Michael P. Friedlander and Ewout van den Berg) | |
20 $Id: README.sparco 830 2008-03-25 22:28:04Z mpf $ | |
21 |