precision

plz tell how to reduce precision(decimal) in matlab

1 件のコメント

James Tursa
James Tursa 2012 年 3 月 13 日
Your question is too vague. Please provide more detail, with an example.

サインインしてコメントする。

回答 (1 件)

Jan
Jan 2012 年 3 月 13 日

1 投票

a = pi; % Now [a] is a double using about 16 digits.
b = single(a); % [b] is a single with about 8 digits.

カテゴリ

タグ

質問済み:

2012 年 3 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by