Datacursormode

Hie guys, is it possible to increase the decimal point for the datacursormode? Regards, Ean

답변 (1개)

Matt Fig
Matt Fig 2011년 3월 21일

0 개 추천

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...

카테고리

도움말 센터File Exchange에서 Cell Arrays에 대해 자세히 알아보기

질문:

2011년 3월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by