How to find singularitieswithout WTMM function.

7 ビュー (過去 30 日間)
mohammed abdul haq
mohammed abdul haq 2022 年 4 月 28 日
回答済み: Anshuman 2024 年 12 月 4 日
I am trying to convert matlab code to c/c++ code. but its showing error as, WTMM is not supported for code generation.

回答 (1 件)

Anshuman
Anshuman 2024 年 12 月 4 日
Hello Mohammed,
The error message you're encountering indicates that the function 'WTMM' is not supported for code generation in MATLAB. This typically happens when a MATLAB function relies on features or toolboxes that are not compatible with MATLAB Coder, which is used to convert MATLAB code to C/C++.
As an alternative you can use 'dwtleader' function from the Wavelet toolbox to obtain the singularity spectrum, 'dh', and the Hölder exponents, 'h', for the 1-D real-valued data, x. This function is supported for Code generation and serves a similar purpose.
For more information you can refer the following documentation:

カテゴリ

Help Center および File ExchangeContinuous Wavelet Transforms についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by