From: Nyan Myo Naing on
Dear All,
I am learning deconvblind.m to figure out how blind deconvolution is implemented.
In the deconvblind.m file, I found one command padlength(). What does padlength do?
Is that a m.file? I can't find padlength in my matlab using help.
Thanks,
Nyan
From: us on
"Nyan Myo Naing" <nyannmn(a)gmail.com> wrote in message <hnsqa4$aa7$1(a)fred.mathworks.com>...
> Dear All,
> I am learning deconvblind.m to figure out how blind deconvolution is implemented.
> In the deconvblind.m file, I found one command padlength(). What does padlength do?
> Is that a m.file? I can't find padlength in my matlab using help.
> Thanks,
> Nyan

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

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

us