User`s guide
Implement Custom Link Types
9-3
Implement Custom Link Types
To implement a custom link type:
1
Create a MATLAB function file based on the custom link type template, as described
in “Custom Link Type Functions” on page 9-4.
2
Customize the custom link type file to specify the link type properties and custom
callback functions required for the custom link type, as described in “Link Type
Properties” on page 9-6.
3
Register the custom link type using the rmi command 'register' option, as
described in “Custom Link Type Registration” on page 9-10.