angles to arrows representation
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have an excel which contains angles and want to convent them into arrows representation.
2 comentarios
Chunru
el 2 de Ag. de 2021
What is "arrows representation"? How it relates to your data?
Respuestas (2)
Bjorn Gustavsson
el 2 de Ag. de 2021
Image Analyst
el 2 de Ag. de 2021
0 votos
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?
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!