MATLAB: Can I compile Distributed Computing Toolbox using MATLAB Compiler and deploy to machines that do not have a MATLAB installation

MATLAB Parallel ServerParallel Computing Toolbox

I am using Distributed Computing Toolbox and MATLAB Compiler to develop a distributed computing application. I want to know if I can deploy this application to end-users who do not have MATLAB but do have licenses for MATLAB Distributed Computing Engine (MDCE).

Best Answer

Starting from MATLAB 7.7 (R2008b), it is possible to compile functions in Parallel Computing Toolbox and Distributed Computing Toolbox.
This functionality is not available in previous releases.