How to get location of signal name on signal line

11 views (last 30 days)
I have some problems about signal name when I set a name to signal.
Now I can set and get signal name by
set_param(signal_h, 'SignalNameFromLabel', signal_name);
and
get_param(signal_h, 'Name');
But I can not set or get location of signal name.
I opened .mdl as text (notepad++) then I found .mdl keep location of signal name as matrix in Labels parameter
So I would like to ask you all, How can I set or get location of signal name by command line.
Sorry for my English skill and Thank you for all answers.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!