actxcontrol
(Removed) Create Microsoft ActiveX control in figure window
actxcontrol has been removed. For more information on updating your
code, see Version History.
Description
creates an ActiveX® control in a figure window. The programmatic identifier
(c = actxcontrol(progid)progid) for the control determines the type of control
created. For the value, see the documentation provided by the control vendor. The
returned object c is the default interface for the
control.
You cannot use an ActiveX server for the progid because MATLAB® cannot insert ActiveX servers in a figure. For information about using ActiveX servers, see actxserver.
creates a control using name-value pair arguments.c = actxcontrol(progid,Name,Value)
Input Arguments
Name-Value Arguments
Limitations
COM functions are available only on Microsoft® Windows® systems.