Delta between two data cursor points in plot
15 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to display the x or y axis delta between 2 data cursor points in a plot?
0 件のコメント
回答 (2 件)
Sean de Wolski
2013 年 2 月 19 日
You can do this in the 'UpdateFcn' of the datacursormode object.
2 件のコメント
Sean de Wolski
2013 年 2 月 19 日
If I get some time later this afternoon. I have a full plate right now.
doc datacursormode
Look at the examples, they should get you started.
Chad Smith
2013 年 3 月 27 日
編集済み: Chad Smith
2013 年 3 月 27 日
Yes there is, and using the cursor's 'UpdateFcn' is the way to do it.
This page is explicit in how to accomplish this and has an example:
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!