Ältere Kommentare anzeigen
plz tell how to reduce precision(decimal) in matlab
1 Kommentar
James Tursa
am 13 Mär. 2012
Your question is too vague. Please provide more detail, with an example.
Antworten (1)
Jan
am 13 Mär. 2012
a = pi; % Now [a] is a double using about 16 digits.
b = single(a); % [b] is a single with about 8 digits.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!