Datacursormode
显示 更早的评论
Hie guys, is it possible to increase the decimal point for the datacursormode? Regards, Ean
回答(1 个)
Matt Fig
2011-3-21
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!