I have a program using this mRMR implementation. When I moved my code over from a 32 bit machine to a 64 bit machine and recompiled I receive different feature selected outputs for the same inputs!!!
3
25 Apr 2012
Data scaling
Program to scale the values of a matrix from a user specified minimum to a user specified maximum
simple to use, but what I really wanted to do was to gather up 5 structures and put them into one structure variable, whereas this script flattened my existing structures.
4
18 Jan 2012
ENVI file reader/writer
Mini-toolbox for reading and writing ENVI data and header files (including complex).
@Jaroslaw Tuszynski: The provided function envidataread.m is esentially a wrapper around multibandread(). Even a hint towards multibandread is given in the comments on lines 88 and 90 of that function (please have a look at the code).
However, using multibandread alone requires *reading the header by a human*. The purpose of this little toolbox is exactly to automatize that operation (working with headers and data).
Comment only