addLayers
Add layers to layer graph
Description
adds the network layers in newlgraph
= addLayers(lgraph
,larray
)larray
to the layer graph
lgraph
. The new layer graph,
newlgraph
, contains the layers and connections of
lgraph
together with the layers in
larray
, connected sequentially. The layer names in
larray
must be unique, nonempty, and different from the
names of the layers in lgraph
.