About 3 significant digit?
Ältere Kommentare anzeigen
How do i present the output in 3 significant digit?
Antworten (1)
fprintf('%.3g\n', pi)
fprintf('%.3g\n', pi * 1e6)
fprintf('%.3g\n', pi * 1e-6)
Kategorien
Mehr zu System Composer finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!