conversion de código de c++ a MatLab

1 Ansicht (letzte 30 Tage)
Miguel Solares Riachi
Miguel Solares Riachi am 20 Jul. 2023
Beantwortet: Keshav am 31 Jul. 2023
Tengo programas desarrollados en Dev-C++ y quiero saber si hay algún procedimiento a seguir para convertir mis programas a código de MatLab

Antworten (1)

Keshav
Keshav am 31 Jul. 2023
If you are trying to convert C++ code to MATLAB code, you have to do it manually.
But you can also call your C++ code from MATLAB without converting it. Look at this Matlab answer for a detailed procedure on how you can call C++ code from the MATLAB Code.

Kategorien

Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by