how to convert MRMR feature selection from matlab to C++?

6 ビュー (過去 30 日間)
manar alshafie
manar alshafie 2020 年 9 月 14 日
回答済み: Walter Roberson 2025 年 1 月 9 日 9:34
how to convert MRMR feature selection from matlab to C++?

回答 (2 件)

Gautam
Gautam 2025 年 1 月 9 日 6:28
Hello manar,
You can consider using MATLAB Coder, which is a product that allows you to convert MATLAB algorithms into C/C++ code.
Note that MATLAB Coder is a separate product and requires an additional license beyond the base MATLAB license. Also, not all MATLAB functions are supported for code generation. Check the MATLAB Coder documentation for a list of supported functions.
Here’s the documentation on MATLAB Coder that you can refer to

Walter Roberson
Walter Roberson 2025 年 1 月 9 日 9:34

The documentation for fscmrmr has no "extended features" section (in R2024b), which implies that MATLAB Coder is not supported for fscmrmr

カテゴリ

Help Center および File ExchangeCall C++ from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by