Contourlet toolbox: Undefined function or variable 'pdfbdec

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 日

0 投票

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 件)

質問済み:

2020 年 5 月 28 日

コメント済み:

2020 年 5 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by