How to take signal description in Matlab workspace?
Show older comments
Hello,
How can I get the description of a signal in Simulink? From the Signal Properties window, Documentation tab and Description. I took the handle of the line and I tried:
signalDescription = get_param(lineHandle,'Description')
But this is not returning what I need.
Thanks!
1 Comment
Alexandru
on 12 Feb 2013
Answers (1)
Kaustubha Govind
on 12 Feb 2013
0 votes
Categories
Find more on Signal Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!