From: Prabhakar on
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
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.