Datacursormode

1 view (last 30 days)
Ean Soo
Ean Soo on 21 Mar 2011
Hie guys, is it possible to increase the decimal point for the datacursormode? Regards, Ean

Answers (1)

Matt Fig
Matt Fig on 21 Mar 2011
If you right-click on the cursor and select:
Edit Text Update Function
You can change both calls to NUM2STR from:
num2str(pos(2),4)
to
num2str(pos(2),8) % Or however many decimals...

Categories

Find more on Time Series in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!