From: Prabhakar on 23 Jul 2010 20:54 Hi all, I have a question regarding symbolic computations. As we cannot compile the code that uses symbolic toolbox, is it possible that I call the symbolic functions in Mathematica from Matlab (dont know if this is possible), and compile the entire code (which uses both Matlab and Mathematica) ? Prabhakar
From: Walter Roberson on 24 Jul 2010 06:11 Prabhakar wrote: > Hi all, > > I have a question regarding symbolic computations. As we cannot compile > the code that uses symbolic toolbox, is it possible that I call the > symbolic functions in Mathematica from Matlab (dont know if this is > possible), and compile the entire code (which uses both Matlab and > Mathematica) ? As far as I know, Mathematica cannot be compiled (but they may have added the feature since I last looked.) It would be possible, with appropriate system-dependent .mex, to open a Mathematica process and communicate with it, but doing so would require that the machine being executed on would have Mathematica installed and a license for it, which would seem to be inconsistent with deployment.
|
Pages: 1 Prev: print -dmeta printing wrong figure Next: Using fminsearch fminunc numerical optimization |