This is an example of how to visualize vector fields with streamlines in MATLAB®. Vector fields contain vector information for every point in space. For example, air flow data inside a wind tunnel is a vector field. Read about the "streamline" and "coneplot" functions in the MATLAB docum...
x: A numeric vector of data values. If NULL, the line is calculated based on the plot’s current x-axis values. datax: Logical. If TRUE, the x-values are taken from the data; if FALSE (default), they are taken from the current plot. distribution: The theoretical distribution function...