disconnectLayers
Disconnect layers in layer graph or network
Description
disconnects the source layer lgraphUpdated
= disconnectLayers(lgraph
,s
,d
)s
from the destination layer
d
in the layer graph lgraph
. The
updated layer graph, lgraphUpdated
, contains the same layers as
lgraph
, but excludes the connection between
s
and d
.
disconnects the source layer netUpdated
= disconnectLayers(net
,s
,d
)s
from the destination layer
d
in the dlnetwork
object
net
. The updated network, netUpdated
,
contains the same layers as net
, but excludes the connection
between s
and d
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b
See Also
layerGraph
| addLayers
| removeLayers
| replaceLayer
| connectLayers
| plot
| assembleNetwork
| dlnetwork