Mercurial > hg > smallbox
annotate util/Rice Wavelet Toolbox/README.sparco @ 104:e2ce05e21a55
Merge
author | vemiya <valentin.emiya@inria.fr> |
---|---|
date | Tue, 12 Apr 2011 16:11:41 +0200 |
parents | f69ae88b8be5 |
children |
rev | line source |
---|---|
ivan@78 | 1 What are these funny ".mhelp" files?! |
ivan@78 | 2 ------------------------------------- |
ivan@78 | 3 |
ivan@78 | 4 Some users of Matlab 7.0.4 have reported that the Rice Wavelet Toolbox |
ivan@78 | 5 MEX interfaces aren't being found. Instead, the .m files (which only |
ivan@78 | 6 contain the help text) are taking precedence, and function calls to |
ivan@78 | 7 these routines cause an error. |
ivan@78 | 8 |
ivan@78 | 9 A simple workaround is to move these .m help files so that Matlab |
ivan@78 | 10 doesn't have to choose between them and the MEX versions. We've |
ivan@78 | 11 renamed these files: |
ivan@78 | 12 |
ivan@78 | 13 mdwt.m to mdwt.mhelp |
ivan@78 | 14 midwt.m to midwt.mhelpm |
ivan@78 | 15 mirdwt.m to mirdwt.mhelpm |
ivan@78 | 16 mrdwt.dll to mrdwt.mhelpm |
ivan@78 | 17 |
ivan@78 | 18 -- The Sparco development team |
ivan@78 | 19 (Michael P. Friedlander and Ewout van den Berg) |
ivan@78 | 20 $Id: README.sparco 830 2008-03-25 22:28:04Z mpf $ |
ivan@78 | 21 |