MATLAB: Exclude packages from MCR

MATLAB Compilermatlab deploytool mcr standalone

I am building a standalone app from Matlab scripts for PC's without an installed version of Matlab. Therefore, I included the MCR in the deploy tool. However, I don't like the size my standalone app including the MCR package. Is there any way to exclude functions etc. from the MCR which I don't need for my standalone app?

Best Answer

Starting in R2016a, if you are only doing numerics (not graphics) the MCR will be much smaller
Related Question