Feeds
질문
when the program is running, is not entering in the loop
dcs1=hdt.DataCursors pos = get(dcs1(1),'Position'); op1 = pos(1) op2 = pos(2) op=[op1 op2] save...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
with the help of datacursormode and getposition, I am able to find the coordinates of selected points , how can I save those coordinates...?
hdt = datacursormode; set(hdt,'UpdateFcn',{@labeldtips,hdt}); dcs=hdt.DataCursors; pos = get(dcs(1),'Position'); %P...
10년 초과 전 | 답변 수: 1 | 0