Contourlet toolbox: Undefined function or variable 'pdfbdec

조회 수: 7 (최근 30일)
zahra kh
zahra kh 2020년 5월 28일
댓글: zahra kh 2020년 5월 29일
Hello , as I have installed the MinGW but when I run the contourlet coding then it still shows this error "Undefined function or variable 'pdfbdec'". Please suggest me what should I do

채택된 답변

Subhadeep Koley
Subhadeep Koley 2020년 5월 28일
If you already installed and set up MinGW, then you need to create mex for the C source files before using the toolbox. You can buid the mex like below,
mex resampc.c
Then run any demo to check whether it is working
decdemo

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by