| Contents | Index |
INFO = systest.signals.segments.getInfo()
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()
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}))

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 |