Clear Filters
Clear Filters

Quiver on top of plot

1 view (last 30 days)
Contoso Donoso
Contoso Donoso on 1 May 2022
Commented: Contoso Donoso on 2 May 2022
Hello,
As shown in the attached figure, I have two meshes with different grid sizes: a gray grid and a pink grid. Four cells of the gray greed make one cell of the pink grid. I want to plot elevation points on the gray grid, and on top (pink grid), I want to plot a quiver. Since these two grids are different sizes, I have no idea if that is suitable to do or if there's a better way to do it. But I don't know how to do it either way. So please, I would appreciate your kind help. Thanks

Answers (1)

Image Analyst
Image Analyst on 1 May 2022
See attached demo.
I'd make the underlying grid one color, then if you want another grid on top of it with different colors, I'd create it line by line with the line() or xline() or yline() functions.
  1 Comment
Contoso Donoso
Contoso Donoso on 2 May 2022
Hello, Thank you for your answer, but it seems I didn't make my question clear enough, sorry for that.
The thing is that I want to plot elevation, and on top of that elevation, I want to plot a quiver.
The gray grid represents the elevation points which I would plot in color patches, and on top, I want to plot the quiver, but the quiver mesh is less dense than the elevation grind. They do coincide every 4 points, though. I do not need to plot the actual grids, it is just to represent de density of each data set.
I hope this explanation and the new image helps to give the right idea of my question.
Thanks in advance.

Sign in to comment.

Categories

Find more on Vector Fields in Help Center and File Exchange

Tags

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!