PIVMat Function Reference | << Prev | Next >> |
jpdf = jpdfscal(S1,S2) computes the joint PDF of the two scalar fields
S1 and S2.
jpdf = jpdfscal(S1,S2,BIN) specifies the number of bins over each
direction (101 by default).
If no output argument specified, call jpdfscal_disp.
Example
jpdf = jpdfscal(vec2scal(v,'rot'),vec2scal(v,'div'));
See Also
jpdfscal_disp.
Published output in the Help browser
showdemo jpdfscal
Previous: interpf | Next: jpdfscal_disp |