Community Profile

photo

Valentina Serrano


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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?
function: drawArrow=@(x,y,props) quiver(x(1),x(2),y(1),y(2),z(1),z(2),0,props{:}

8 years ago | 1 answer | 0

1

answer