Path: news.mathworks.com!not-for-mail
From: "Ashish Uthama" <first.last@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Matlab source code
Date: Thu, 05 Nov 2009 14:30:42 -0500
Organization: TMW
Lines: 22
Message-ID: <op.u2xshgjaa5ziv5@uthamaa.dhcp.mathworks.com>
References: <hcup3u$6hq$1@fred.mathworks.com>
NNTP-Posting-Host: uthamaa.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1257449442 7262 172.31.57.126 (5 Nov 2009 19:30:42 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 5 Nov 2009 19:30:42 +0000 (UTC)
User-Agent: Opera Mail/10.01 (Win32)
Xref: news.mathworks.com comp.soft-sys.matlab:582842


On Thu, 05 Nov 2009 09:57:02 -0500, Manjusha Andewar  
<namewarmanju@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'])