PIVMat Function Reference | << Prev | Next >> |
RF = resizef(F,...) returns resized vector/scalar fields. This function
works as IMRESIZE (Image Processing Toolbox is required), but for
PIVMat fields.
If no output argument, the result is displayed by showf.
Example
v = loadvec('*.vc7');
showf(resizef(v,0.5));
See Also
truncf, rotatef, shiftf, extractf.
Published output in the Help browser
showdemo resizef
Previous: resamplef | Next: rotatef |