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
2012 年 5 月 24 日
0 投票
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 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!