Datacursormode
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hie guys, is it possible to increase the decimal point for the datacursormode? Regards, Ean
0 comentarios
Respuestas (1)
Matt Fig
el 21 de Mzo. de 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...
0 comentarios
Ver también
Categorías
Más información sobre Dates and Time en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!