angles to arrows representation
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have an excel which contains angles and want to convent them into arrows representation.
2 Comments
Chunru
on 2 Aug 2021
What is "arrows representation"? How it relates to your data?
Answers (2)
Bjorn Gustavsson
on 2 Aug 2021
Image Analyst
on 2 Aug 2021
0 votes
How about annotation()?
annotation(lineType,x,y) creates a line or arrow annotation extending between two points in the current figure. Specify lineType as 'line', 'arrow', 'doublearrow', or 'textarrow'. Specify x and y as two-element vectors of the form [x_begin x_end] and [y_begin y_end], respectively.
or the quiver() function?
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!