MATLAB: Is it possible to compile the MATLAB file that uses ActiveX with the MATLAB Compiler

activeactivexcontrolgraphicslibrarym-codem-fileMATLAB Compilerx

I would like to compile a program GUI that has ActiveX controls in a figure window.

Best Answer

As of MATLAB Compiler 4.0 (R14), you can compile code that uses MATLAB objects. As a result, you can generate standalone applications for code that uses ActiveX controls.
If you are using a previous version of MATLAB Compiler, it is not possible to compile code that uses ActiveX controls.