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?
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)
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.