3-D array of vector models using Quiver model, how?
조회 수: 5 (최근 30일)
이전 댓글 표시
I am attempting to graph a 3-d array of [x,y,z] vector values using a quiver3 model, but to my knowledge you can only graph a singular function's numerous surface norms rather than a 3-d array of independent vector values for each point. Is there a way to graph a 3-d array of individual vector values into a quiver3 model?
댓글 수: 1
Wick
2018년 5월 5일
I'm not sure what you're asking. 'quiver3' accepts a 3D velocity vector (U,V,W) at 3D points (X,Y,Z). If you choose to form the 3D velocity vector as the norms of another function, you're welcome to. However, there's nothing that requires you to.
And since the 3D points don't have to be in any sort of grid (like a meshgrid) you can have any mish-mash of points with vectors anywhere you want them.
답변 (0개)
참고 항목
카테고리
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!