Can I develop "ActiveX Control (OCX file)" from an MATLAB file that uses MATLAB Graphics with the MATLAB COM Builder?

1 view (last 30 days)
Can I develop "ActiveX Control (OCX file)" from an MATLAB file that uses MATLAB Graphics with the MATLAB COM Builder?
Is is possible to generate an ActiveX control with the MATLAB COM Builder?
Can MATLAB graphics be embedded into my own application (no figure windows)?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 15 Jan 2010
The MATLAB COM Builder allows users to generate COM objects from MATLAB Functions. These functions can utilize MATLAB mathematical and graphics routines.
At this time it is not possible to generate an embeddable ActiveX control with the MATLAB COM Builder. Any graphics calls will result in a MATLAB figure window being displayed.
We are aware of the desire for such functionality and our development staff is investigating its feasibility.
For more in-depth information on the MATLAB COM Builder, please see the following link:
<http://www.mathworks.com/products/netbuilder/>

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!