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.

 Réponse acceptée

Wayne King
Wayne King le 1 Août 2013

0 votes

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.

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by