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.

 채택된 답변

Wayne King
Wayne King 2013년 8월 1일

0 개 추천

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.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by