MATLAB: How to use/start a MATLAB file, compiled to an exe-file, with C#

deploytool compiler

Hi, How can I use/start a MATLAB file, compiled to an exe-file, with C#? I have created a 3D plot in MATLAB, which I want to execute in C#. So i have compiled my MATLAB file with "deploytool-command". The result was a .prj file. But how can i open this file? I thought i get a standalone exe file. i thought i can open and execute this .prj file without MATLAB …
http://de.mathworks.com/help/compiler/deploytool.html#buid7hr-3

Best Answer

Hi,
In deploytoll you can save your project (.prj) with the save button or create an exe file with the button package in the top right of the window.
Good luck