I'm doing the Mathematica trial right now, and I'm having trouble finding information about deployment of the algorithms I create.
For example, say I create a new control algorithm for a power supply in Mathematica. How would I then "package up" my algorithm to work on a microcontroller in my actual product? I know that in MATLAB you can compile your code for deployment on other platforms, but it seems that compiling in Mathematica has a different meaning than that. I wouldn't want to have to completely re-write my algorithms just to deploy on my target system.
I found this tutorial that seems to be what I am looking for. Does the execution environment require the Mathematica kernel or is it entirely self contained?
Thanks