How do I display an arrow positioned at a specific angle in MATLAB?
问题 I am working in MATLAB and I'm stuck on a very simple problem: I've got an object defined by its position (x,y) and theta (an angle, in degrees). I would like to plot the point and add an arrow, starting from the point and pointing toward the direction defined by the angle. It actually doesn't even have to be an arrow, anything graphically showing the value of the angle will do! Here's a picture showing the kind of thing I'm trying to draw: removed dead ImageShack link 回答1: The quiver()