How to plot streamlines and Vorticity of the non-uniform data

4 views (last 30 days)
please help me to draw the streamlines and vorticity contours using the attached non-uniform data of velocity.
hdata = load('horizontalVelocity.mat')
hdata = struct with fields:
U: [400×100 double]
vdata = load('VerticalVelocity.mat')
vdata = struct with fields:
V: [400×100 double]
  1 Comment
Adam Danz
Adam Danz on 28 Sep 2022
I edited your quesiton to add some more information about the files you attached.
There doesn't apear to be enough information to use streamline. Could you provide an example of how you're using streamline even if it results in an error?

Sign in to comment.

Answers (0)

Categories

Find more on Environment and Clutter in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!