[Programing] Ever heard of a program that will..

Clever

Veteran X
Ever heard of a program that will take either MatLab,Maple, or Latex output/formulas and write them into a form a compiler could understand(any compiler, from C to Java to Fortran). I have an equation that is about 2 pages long in maple/matlab output and I somehow need to get it entered into code.
 
Sounds like you should buy the MATLAB Compiler.


The MATLAB Compiler enables you to convert many MATLAB applications containing math, graphics, and graphical user interfaces to stand-alone C and C++ code. This code can be generated as stand-alone executables, shared libraries, or dynamic link libraries (dlls) for use on any MATLAB supported platform.
 
Back
Top