MATLAB: Set deploytool for compile activex

deploytoolMATLAB Compiler

how to set up the deploytool to compile flash activex

Best Answer

You can compile GUI's and other MATLAB programs that make calls to activex controls into exe's using the MATLAB compiler. What you need to ensure is that the activex control that you are planning to access is available on the deployed machines or you could include it with deploytool.
Add the .ocx or the COM file directly as additional files with deploytool.
If you are using mcc use the -a option.