setoriginf
Set the origin (0,0) of vector/scalar fields.
Description
SF = setoriginf(F, [X,Y]) returns the same vector/scalar field(s)
with the origin (0,0) redefined at the new point (X,Y).
(X,Y) do not need to be inside the field.
If no output argument, the result is displayed by showf.
Example
v = setoriginf(loadvec('*.vc7'), [12.8, -20]);
showf(v);