This directory contains functions that provide functionality that is built into
recent versions of Matlab and/or Octave. Some of my functions are free-software
clones of Matlab functions. For others I have written written similar functions
that provide some of the functionality.

Matlab functions that only made it into Octave more recently:
    reallog
    realpow
    realsqrt

Matlab functions that aren't in Octave (as of Nov 2009):
    log1p
    mvnrnd    (my version is in Octave-forge)
I don't claim 100% compatibility, but these cover some uses.

Relatively new Matlab functions missing from Matlab 6.x and similarly old
Octave:
    bsxfun
(This is inefficient and memory hungry compared to the new builtin function, but
will at least get code that depends on it running.)

A statistics routine:
    norminvcdf
is a bit like norminv in the stats toolbox, but not compatible (args in a
different order and not all features supported). Octave comes with a better
norminv clone.
      Name                    Last modified      Size  Description
histc/ 2010-07-20 21:59 - reallog.m 2009-11-10 14:12 251 realpow.m 2009-11-10 14:12 252 realsqrt.m 2009-11-10 14:12 253 normcdf.m 2012-07-19 09:26 285 norminvcdf.m 2012-07-19 09:27 386 bsxfun.m 2009-01-13 21:50 674 log1p.m 2009-11-10 14:20 881 mvnrnd.m 2009-11-10 14:11 2.2K