get property of selected line and hide name of a line
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a simulink model, and there are some lines in it, one of lines have name 'AA', and this line name is hide, when I cut the block and paste back which this line connected, the line name will be showed by itself, now I want hide line name again, how to do it? and how can I get property of a selected line, use 'get()'? how to get the line's handle?
0 Kommentare
Antworten (1)
Mark Sherstan
am 15 Feb. 2019
Look at the guide here. There is documentation for copying and pasting with/without names, hiding block properties, etc... I would start by trying the following (located at the bottom of the attachted link):
If you have applied formatting to a block, signal line, or area in a model, you can copy the formatting and apply it to another model element. Examples of formatting include font changes, foreground and background color, and drop shadow effects.
1. Select the block, line, or area whose formatting you want to copy.
2. From the ellipsis menu, select Copy Formatting. The cursor becomes a paintbrush.
3. Using the paintbrush, click each element that you want to copy the formatting to.
4. To cancel the paintbrush cursor, click a blank spot on the canvas or press Esc.
Siehe auch
Kategorien
Mehr zu Interactive Model Editing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!