I have this function to draw an arrow in a 2D plot, how can I change it to draw an arrow in a 3D plot?

2 views (last 30 days)
function:
drawArrow=@(x,y,props) quiver(x(1),x(2),y(1),y(2),z(1),z(2),0,props{:}
  1 Comment
OldCar
OldCar on 17 Oct 2015
I think you can use the image editor to put an arrow in the 3D plot and then make the m file to see it, but I think you can do tomorrow morning, this is my suggestion ;-)

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 17 Oct 2015

Categories

Find more on Vector Fields in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!