Skip to Main Content Skip to Search
Product Documentation

getInfo - List of available Segment type classpaths

Syntax

INFO = systest.signals.segments.getInfo()

Description

INFO = systest.signals.segments.getInfo() returns a cell array of strings representing the fully qualified classpaths of each available segment type.

From the list of classpaths, more information can be learned by calling

getDisplayName()
getParameterInfo()

Examples

Get type / parameter info about the first Segment.

 classes = systest.signals.segments.getInfo
 eval(sprintf('%s.getDisplayName()', classes{1}))
 eval(sprintf('%s.getParameterInfo()', classes{1}))

How To

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS