Help needed for using ccode() function
Mostrar comentarios más antiguos
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
Respuestas (1)
Walter Roberson
el 24 de Mayo de 2012
0 votos
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.
Categorías
Más información sobre Language Fundamentals en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!