PIVMat Function Reference<< Prev | Next >> 
vsf_disp
Displays velocity structure functions computed from VSF.

Description
vsf_disp(STFUN,'Property',...) displays the statistics from the 
structure STFUN created by vsf, as specified by the following properties: 
   - 'stfun': displays the structure functions 
   - 'hist': displays the histograms 
   - 'skewness': displays the skewness factor 
   - 'flatness': displays the flatness factor 
   - more... (see the m-file for details) 
 
Additional properties may be specified: 
   - 'norm': normalize the structure functions and the histograms 
   - 'skip': skip the last dr values (which may be noisy) 
vsf_disp(STFILE,'Property',...) does the same, loading the Mat-file 
STFILE saved by vsf. 
 
Example
 
   v = loadvec('*.vc7'); 
   st = vsf(filterf(v,1)); 
   vsf_disp(st,'hist','skew'); 
 
See Also
vsf. 
Published output in the Help browser 
   showdemo vsf_disp 
 

 Previous: vsfNext: zeropadf 

2005-2021 PIVMat Toolbox 4.20