channelList
(Not recommended) Information on available MDF groups and channels
The channelList function is not recommended and might be removed in a
      future release. Use mdfChannelGroupInfo (Vehicle Network Toolbox)
      and mdfChannelInfo (Vehicle Network Toolbox)
      instead. See Version History.
Syntax
Description
chans = channelList(mdfobj)
channelList(
        searches the MDF file to generate a list of channels matching the specified channel name.
        The search by default is case-insensitive and identifies partial matches. A table is
        returned containing information about the matched channels and the containing channel
        groups. If no matches are found, an empty table is returned.mdfObj,chanName)
channelList(mdfObj,chanName,'ExactMatch',true) searches the
        channels for an exact match, including case sensitivity. This is useful if a channel name is
        a substring of other channel names.