How do I create endpoints for a line in a 3D plot?

I'm trying to plot a given 3D vector, for illustrative purposes I want to place endpoints on both ends of this vector, and only the ends. I've tried the dashed line style, however I can't keep this from placing dots along the length of the vector.
I've tried plotting the start and end points on the graph alongside the vector. While the origin point lines up, the end point extends some distance past the vector.
Is there any built in parameter for specifying endpoints in the original vector plot?

Answers (1)

Linking this question to your other, related one. Just like you did, quiver -plot with scale factor zero (0).

Categories

Tags

Asked:

on 25 Nov 2013

Answered:

on 12 Jan 2014

Community Treasure Hunt

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

Start Hunting!