From: Manjusha Andewar on
I read Matlab help for 'graycomatrix' and 'graycoprops' which i am going to
use for texture classification purpose. Will you please explain the Matlab source code
for 'graycomatrix','graycoprops' commands in detail, so that i can understand?
From: Ashish Uthama on
On Thu, 05 Nov 2009 09:57:02 -0500, Manjusha Andewar
<namewarmanju(a)gmail.com> wrote:

> I read Matlab help for 'graycomatrix' and 'graycoprops'
> which i am going to
> use for texture classification purpose. Will you please explain the
> Matlab source code
> for 'graycomatrix','graycoprops' commands in detail, so that i can
> understand?

Your best bet is to set breakpoints and single step through the code while
executing one of the examples in the help text.
The source code appears to have enough comments to help you understand the
logic.

If you havent already, have a look at the link below for information on
debugging (stepping through the code)

Please find more details online at:
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/brqxeeu-175.html
Or please paste this in the MATLAB command window:
web([docroot,'/techdoc/matlab_env/brqxeeu-175.html'])