About 3 significant digit?
Mostrar comentarios más antiguos
How do i present the output in 3 significant digit?
2 comentarios
Stephen23
el 11 de Sept. de 2021
Walter Roberson
el 11 de Sept. de 2021
See also compose()
Respuestas (1)
fprintf('%.3g\n', pi)
fprintf('%.3g\n', pi * 1e6)
fprintf('%.3g\n', pi * 1e-6)
Categorías
Más información sobre System Composer en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!