Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
19
Добавлен:
09.02.2015
Размер:
281.6 Кб
Скачать

Interface: "iUnknown" if user wants matlab to use iUnknown interface

of COM object, "IDispatch" for IDispatch interface

(default), or a custom interface name.

Example:

h=actxserver('myserver.test.1', 'machine', 'machinename',

'Interface', 'IUnknown')

h=actxserver('myserver.test.1', 'interface', 'IUnknown')

h=actxserver('myserver.test.1')

The following syntaxes are deprecated and will not become obsolete. They

are included for reference, but the above syntaxes are preferred.

H = ACTXSERVER(PROGID,'MACHINE') specifies the name of a remote machine

on which to launch the server.

See also: actxcontrol

Reference page in Help browser

doc actxserver

Соседние файлы в папке Библиотеки Matlab