About 3 significant digit?
Mostra commenti meno recenti
How do i present the output in 3 significant digit?
Risposte (1)
fprintf('%.3g\n', pi)
fprintf('%.3g\n', pi * 1e6)
fprintf('%.3g\n', pi * 1e-6)
Categorie
Scopri di più su System Composer in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!