User`s guide

Obtaining Registry Information
C-7
ans =
function [varargout] = randvectors()
ans =
function [x] = getdates(n, inc)
ans =
function [p] = myprimes(n)
The returned structure contains fields corresponding to the most important
information from the registry and type library for the component. These fields
are defined in Table C-2.
Table C-2: Registry Information Returned by componentinfo
Field Description
Name
Component name
TypeLib
Component type library
LIBID
Component type library GUID
MajorRev
Major version number
MinorRev
Minor version number
FileName
Type library filename and path. Since all MATLAB
Excel Builder components have the type library bound
into the DLL, this filename is the same as the DLL
name and path.