From: "Duane Hanselman" <masteringmatlabSPAMNOT@yahoo.com>
Path: news.mathworks.com!newsfeed-00.mathworks.com!webx
Newsgroups: comp.soft-sys.matlab
Subject: Re: Numerical recipes in Matlab
Message-ID: <eef9109.0@webx.raydaftYaTP>
Date: Wed, 19 Jan 2005 12:06:05 -0500
References: <eef9109.-1@webx.raydaftYaTP>
Lines: 15
NNTP-Posting-Host: 130.111.218.175
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Xref: news.mathworks.com comp.soft-sys.matlab:255246



Navin wrote:
>
>
> I understand that there is no book as such for numerical recipes in
> matlab. Did anyone of you ever converted the Codes of Numerical
> recipes in C into Matlab using MEX functions (External/API
> interfaces). If yes please let me know.

I have the text Numerical Recipes in C. I see no need to convert the
functions from this book into MATLAB M-files or Mex-files. Most of
the functions in the book already exist in MATLAB in much more
numerically robust implementations. So why do all this work? Maybe
that's why no one has done it yet.

Duane