Help needed for using ccode() function

Hi, all I used Matlab to solve a LONG equation, and now I need to import it to C++.... I was able to make the equation to C++ compatible by using ccode() function.. But, the equation is too long that whenever I copy and paste it into my C++ compiler, the compiler just closes itself. (It's about 18 mb in size..LOL) I've tried ccode to make an 'optimized version' of the code, and now I ended up getting like 2,000 variables... Is there any helpful Matlab functions or option that I can use? Basically, I need to import an equation solved on Matlab to C++, and I need to simplify it into a reasonable length... Any help would be greatly appreciated Thanks, Steve

Answers (1)

Use the 'file' option of ccode to write the generated code to a file. Then you can #include the file or you can edit the result to add appropriate headers and so on.

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Tags

Asked:

on 24 May 2012

Community Treasure Hunt

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

Start Hunting!