3-D array of vector models using Quiver model, how?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Wick
am 5 Mai 2018
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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Vector Fields finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!