Plotting of velocity data points in x-y graph

I want to know if there is a way to plot data-points that are dependent on both x and y values without making it a surface plot?
I have velocity data that i want to plot for both x and y axes at the same time as these data are only available for few locations. I have velocity, x-position and y-position data as (40,20) array having only few non-zero values.

 Accepted Answer

ME
ME on 16 Dec 2019
Have you tried a quiver plot? See the below page for more information:

1 Comment

Thanks. The above suggestion has been very helpful for plotting in my code.

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 16 Dec 2019

Commented:

on 17 Dec 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!