Tool to convert MATLAB code to C++?
Hello everyone,
Does anyone know of a reliable tool (or workflow) that can automatically convert MATLAB code to C++ code? I am aware of MATLAB Coder, but I would like to know if there are any third‑party tools or scripts that can perform a similar translation, especially for numerical/computational code.
Any suggestions or experiences would be greatly appreciated. Thank you!
2 Comments
Time DescendingIf by "Tool" you specifically mean MathWorks product toolboxes, then there are many besides the ones you mentioned (for example, "MATLAB Coder").
- Simulink Coder
- Embeded Coder
- GPU Coder
- ...
---------
third‑party tools:
There are too many AI-based tools, like ChatGPT, Claude, Code, Deepseek, ...
AI tools (Claude etc.) do a fairly decent translation job nowadays. You'd need to review the resulting code of course, but the manual labor is nowadays reduced to a fraction of the worktime before AI, and may even improve the quality.
Sign in to participate