where nsctdec function is defined?

sir
i have compiled your NonSubsampled Contourlet Transform GUI program for mammogram enhancement.i got error message "nscdec function not defined". pls help me to understand the program.

 Accepted Answer

If you have downloaded an M-file, then you need to add the folder (directory) in which that M-file lives to the MATLAB path, otherwise MATLAB cannot find it.
use the addpath() command, or pathtool
For example, if the file is located in c:\mfiles
>>addpath('c:\mfiles')
Or just enter:
>>pathtool
and add the folder.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!