Parsimonious Vector Field Analysis
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
I am beginning to design an analysis routine for vector field data: each point on the two-dimensional (x, y) grid has an associated (u, v) vector. I would like to analyze the vector field with the vectors in polar format (i.e., each point has a vector with angle [a] and magnitude [m]). I prefer this representation because conceptualizing the local and global structure of the field feels more intuitive with polar data.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/411003/image.png)
My primary question is: Does the vector angle or magnitude depend on position?
- Linear regression can be used with m as a dependent and x and y as independent variables
- Is there a regression for circular dependent (a) and linear independent (x, y)?
- Is there a simpler way to instead analyze both vector angle and magnitude simultaneously across positions?
I'm a relative newbie to vector fields and am wary of using too many statistical tests when fewer could instead be used.
Thanks.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!