dpressure
Compute dynamic pressure using velocity and density
Description
        computes dynamic pressure, dynamic_pressure = dpressure(velocity,rho)dynamic_pressure, from an
          m-by-3 array of Cartesian velocity vectors,
          velocity, and a 1-D array of densities, rho.
          velocity and rho must have the same length
        units.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2006b