renameElementOfPort(sys,port,element,newname)
renames the element specified by element of the bus element port
specified by port in the model or subsystem specified by
sys. The new name is specified by
newname.
Element path, specified as a string or character vector.
For elements of nested buses, use dots to indicate each level of bus hierarchy. For
example, to specify an element named sine in a nested bus named
sinusoidal, specify sinusoidal.sine.
Data Types: char | string
New element name, specified as a string or character vector.
The new element name must not include dots, which indicate different levels of bus
hierarchy.