From: Nyan Myo Naing on
Dear Matlab users,
I am learning blind deconvolution using matlab.
In the deconvblind.m, there is a function call to corelucy.
I can't find corelucy.m in the internet. Where can I get the corelucy.m file?
Thanks,
Nyan
From: us on
"Nyan Myo Naing" <nyannmn(a)gmail.com> wrote in message <hnsoto$h2k$1(a)fred.mathworks.com>...
> Dear Matlab users,
> I am learning blind deconvolution using matlab.
> In the deconvblind.m, there is a function call to corelucy.
> I can't find corelucy.m in the internet. Where can I get the corelucy.m file?
> Thanks,
> Nyan

a hint:
- you'll find it here...

cd([matlabroot,filesep,'toolbox\images\images\private']);

us