PIVMat Function Reference<< Prev | Next >> 
resizef
Resize a vector/scalar field.

Description
RF = resizef(F,...) returns resized vector/scalar fields. This function 
works as IMRESIZE (Image Processing Toolbox is required), but for 
PIVMat fields. See IMRESIZE for documentation. 
 
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, IMRESIZE. 
Published output in the Help browser 
   showdemo resizef 
 

 Previous: resamplefNext: rotatef 

2005-2021 PIVMat Toolbox 4.20