how to convert MRMR feature selection from matlab to C++?
    조회 수: 1 (최근 30일)
  
       이전 댓글 표시
    
how to convert MRMR feature selection from matlab to C++?
댓글 수: 0
답변 (2개)
  Gautam
 2025년 1월 9일
        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
댓글 수: 0
  Walter Roberson
      
      
 2025년 1월 9일
        The documentation for fscmrmr has no "extended features" section (in R2024b), which implies that MATLAB Coder is not supported for fscmrmr
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


