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

回答(1 个)

Walter Roberson
Walter Roberson 2012-5-24
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.

类别

帮助中心File Exchange 中查找有关 Language Fundamentals 的更多信息

标签

提问:

2012-5-24

Community Treasure Hunt

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

Start Hunting!

Translated by