assignFromModel (Model)
Assign model quantities from another model
Syntax
m = assignFromModel(m, n)
Input arguments
m [ Model ]
Model object that will be assigned values from
n.
n [ Model ]
Model object from which values will be assigned to
m.
Output arguments
m [ Model ]
Model object with the new values assigned
Description
Examples