dtmcursor

버전 1.8.0.0 (7.09 KB) 작성자: Jonathan Lister
DTMCURSOR implements a cross hair with the ability to set and measure values from x and/or y datums.
다운로드 수: 785
업데이트 날짜: 2013/10/29

라이선스 보기

Datum Cursor (DTMCURSOR) provides a graphical evaluation tool that produces a crosshair that displays its location in a figure annotation for quick inspection of data values. The user can also define x and/or y datums and measurement lines to calculate differences quickly. The difference is displayed either above or to the right of each measurement line. All text objects, except for datum labels, can be re-positioned via mouse. Changing datum location causes all measurements to update. Delta_y text font and edge color is the color of the line that you added a measurement to. Datums and measurement lines are draggable. I've tried to blend all the best of what I've learned from the submissions that inspired me. Many great features... give it a try. I hope you will find it to be "the" tool for data exploration.

인용 양식

Jonathan Lister (2024). dtmcursor (https://www.mathworks.com/matlabcentral/fileexchange/42675-dtmcursor), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Polar Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.8.0.0

Added ability to export datum and measurement line locations to the base work space as vectors x_pos and y_pos.

1.6.0.0

Cursors can snap to data... delta-y can change color, added static methods, case insensitive parameter value pair input.

1.5.0.0

Added Keypress commands to control SnapToNearest and crosshair visability. Made datums and measurement lines draggable. Changed the default line and edge colors to red. Changed the default line style to solid.

1.3.0.0

corrected some comments in the file

1.2.0.0

Added many new properties, all text except for datum labels can be re-positioned via mouse. SnapToNearest causes the crosshair to be constrained to the closest line value. Use set(obj,'SnapToNearest',false) to turn that feature off.

1.1.0.0

Added labels to the X and Y datums. I had a dependency on a function called "draggable" that I eliminated. Cursor and delta value text can now be re-positioned by dragging with mouse.

1.0.0.0