Convert Matlab script in C++ ?

1 view (last 30 days)
Fanta Camara
Fanta Camara on 25 Aug 2015
Commented: Fanta Camara on 8 Sep 2015
Hello,
I have a Matlab script that I would like to convert in C++, is it possible to do that with Matlab Coder ? Because, when I add my script as an Entry-Point File, I get this message: "All Entry_Point Files must be functions".
Can Matlab Compiler do the conversion from the script to C++ ?
Thank you in advance for your answer.
Fanta C.
  27 Comments
Walter Roberson
Walter Roberson on 5 Sep 2015
It appears that with the newly released R2015b, a number of functions in the Robotics Toolkit (the Mathworks one) support code generation. See http://www.mathworks.com/help/coder/ug/functions-supported-for-code-generation--categorical-list.html#buymxey
Fanta Camara
Fanta Camara on 8 Sep 2015
Thanks for the information ! Actually, as you suggested I could create an executable from Matlab compiler SDK. I will try now to integrate it to my project. Thank you very much guys for your help!

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!