Connecting two XY series
Afficher commentaires plus anciens
Hi guys I have a quick question. I have two sets of Data. for e.g
A =
1 2
3 4
and
B =
10 12
13 14
Now i want to connect the coordinate (1,2) with (10,12) and (3,4) with (13,14) with a either a line with arrow pointing to the coordinates in B, and in a separate chart, the same plot but instead of a line the shape should be a rectangle with a certain width. Can someone help.
Réponses (1)
Image Analyst
le 20 Août 2012
Modifié(e) : Image Analyst
le 20 Août 2012
0 votes
Try the annotation() function for the arrow, and the rectangle() function for the rectangle.
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!