how to shift decimals ? !!

3 visualizaciones (últimos 30 días)
pruth
pruth el 4 de Jun. de 2021
Editada: DGM el 4 de Jun. de 2021
I want this value(3.023155942378474e+42) in title of plot but i want to reduece the length of these charachters i.e. 3.023e+42 !!
let mw know if you happen to know !
thanks

Respuesta aceptada

DGM
DGM el 4 de Jun. de 2021
Editada: DGM el 4 de Jun. de 2021
It all depends on the number format you specify:
mynumber = 3.023155942378474e+42;
title(sprintf('My Number is %.4e',mynumber))
See:

Más respuestas (0)

Categorías

Más información sobre Elementary Math en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by