Feeds
답변 있음
Placing annotations at specific xy coordinates
f = figure; an = annotation('arrow'); an.Parent = f.CurrentAxes; an.X = [0 1]; an.Y = [0 1];
Placing annotations at specific xy coordinates
f = figure; an = annotation('arrow'); an.Parent = f.CurrentAxes; an.X = [0 1]; an.Y = [0 1];
7개월 전 | 0


