Contourlet toolbox: Undefined function or variable 'pdfbdec
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
zahra kh
il 28 Mag 2020
Commentato: zahra kh
il 29 Mag 2020
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
0 Commenti
Risposta accettata
Subhadeep Koley
il 28 Mag 2020
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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Support for MinGW-w64 C/C++ Compiler in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!