| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
customlist = h.interfaces
customlist = interfaces(h)
customlist = h.interfaces returns cell array of strings customlist listing all custom interfaces implemented by the component in a specific COM server object. The server is designated by input argument h, the handle returned by the actxcontrol or actxserver function when creating that server.
customlist = interfaces(h) is an alternate syntax.
The interfaces function only lists the custom interfaces exposed by the object; it does not return interfaces. Use the invoke function to return a handle to a specific custom interface.
COM functions are available on Microsoft Windows systems only.
actxcontrol | actxserver | get (COM) | invoke
![]() | int8, int16, int32, int64 | interp1 | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |