Quiver on top of plot
1 次查看(过去 30 天)
显示 更早的评论
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

0 个评论
回答(1 个)
Image Analyst
2022-5-1
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Vector Fields 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
