plotting Quiver with C-Data

2 views (last 30 days)
nadav potasman
nadav potasman on 20 Dec 2017
Edited: nadav potasman on 20 Dec 2017
hello,
I'm trying to plot a quiver and set the colors of the arrows according the third vector of C-Data like in the Scatter plot. That mean something like :
quiver(x,y,u,v,c)
where
'c'
is one dimensional vector with corresponding magnitude to each element in the x-y-u-v. How can I do that? Thank you

Answers (0)

Categories

Find more on Vector Fields in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!