precision
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
plz tell how to reduce precision(decimal) in matlab
1 commentaire
Réponses (1)
Jan
le 13 Mar 2012
a = pi; % Now [a] is a double using about 16 digits.
b = single(a); % [b] is a single with about 8 digits.
0 commentaires
Voir également
Catégories
En savoir plus sur Logical dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!