How to convert a MATLAB code to c++ code?
显示 更早的评论
I need to convert the Matlab function dwt2 to c++ code. I tried using the coder but it says that dwt2 is not supported.
回答(1 个)
Walter Roberson
2015-11-19
0 个投票
You get a job at Mathworks and work through their structure to get to the point where code can be generated.
Or you write a similar routine yourself, or find such a routine somewhere on the Internet.
类别
在 帮助中心 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!