- Make sure that the entrypoint function executes properly in MATLAB
- Refer to below doc for codegen limitatations for the function : https://www.mathworks.com/help/signal/ref/emd.html#mw_b3b92b0f-6696-460d-b793-f004d56d2427
how to convert emd algorithm to C language
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
When I use matlab coder to switch EMD function to C language, the system failed at the step of generating trial code, telling me that function call failed. But the official website told us that matlab supports emd to C language. Figure 1 is the error description, Figure 2 is the sub-function composition.
I hope you can help me 。Thanks a lot!
P.S. my version is 2021a
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/720624/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/720634/image.png)
0 Commenti
Risposte (1)
Darshan Ramakant Bhat
il 25 Ago 2021
It is supported for code generation.
Few debugging steps :
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!