필터 지우기
필터 지우기

How to update inactive data cursors

조회 수: 1 (최근 30일)
Emil
Emil 2015년 4월 1일
In 2013b I have used a function that calculates the difference between two data cursors. So when I move one cursor it will update dy and dx on both cursors and of course display the correct position. In 2013b it was quite simple to update the datacursor with your string using something like this;
cursorMode=datacursormode(gcf);
cursors=cursorMode.DataCursors;
set(cursors(x),'String',yourstr)
You could even get the active cursor by
currentCursor=cursorMode.CurrentDataCursor;
However, now this doesnt work and I cant find any solution to get around the issue. When following the example at http://se.mathworks.com/help/matlab/ref/datacursormode.html only the active cursor is updates.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by