I am trying to figure out whether it is possible to use the MATLAB COM server (automation server) without installing the whole MATLAB package (but only the runtime libraries).

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I will assume that MATLAB COM server is Matlab engine and runtime libraries are MCR.

And the answer is: No, because MCR is available to re-distribute freely whereas Matlab requires a license.

This is taken directly from here:

You must use an installed version of MATLAB; you cannot run the MATLAB engine on a machine that only has the MATLAB Compiler Runtime (MCR).

link|improve this answer
Yes, that's what I suspected - but it would be good to have a direct confirmation from someone who tried – Andrea Feb 7 at 10:12
1  
Sweet. Thanks a lot! – Andrea Feb 7 at 10:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.