V(inx) = W
V(Inx) = []
V
[ VAR ] - VAR object.
inx
[ numeric ] - Index of parameterisations that will be assigned or deleted.
W
[ VAR ] - VAR object compatible with V
whose parameterisations will be assigned (copied) into V
.
V
[ model ] - VAR object with newly assigned or deleted parameterisations,Expand the number of parameterisations in a VAR object that has initially just one parameterisation:
V(1:10) = V;
The parameterisation is simply copied ten times within the VAR object.