How do I create endpoints for a line in a 3D plot?
Show older comments
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)
Mischa Kim
on 12 Jan 2014
0 votes
Linking this question to your other, related one. Just like you did, quiver -plot with scale factor zero (0).
Categories
Find more on Vector Fields in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!