pwDesignerChangeNetworkSize(modelIndex, factor) Changes the network size of a model specified by its index in the couple-list by the given factor.
factor Either a scalar or a vector with three entries,
one for each dimension x, y, and z.
pwDesignerChangeNetworkSize(1, 2); pwDesignerChangeNetworkSize(1, [2 0.5 1]);