フィルターのクリア

round, randn

1 回表示 (過去 30 日間)
PChoppala
PChoppala 2012 年 2 月 19 日
編集済み: Image Analyst 2013 年 10 月 16 日
Hello
Simple query.
Suppose I assign y=randn(4,1), I get a 4X1 matrix with random numbers which have (may be) 3-4 number after the decimal point.
Can you please help, what I should write to get the one number after the decimal point.
y=some round or fix op((randn(4,1)))
Cheers
  1 件のコメント
Jan
Jan 2012 年 2 月 19 日
Is this a homework question?
Btw. RANDN replies 15 digits.

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

回答 (1 件)

Jan
Jan 2012 年 2 月 19 日
At first remove the integer part, see round or rem. Then multiply the result by 10. The remaining steps are not complicated.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by