フィルターのクリア

give me a description about the code below

1 回表示 (過去 30 日間)
Ashitha
Ashitha 2013 年 7 月 31 日
function im_o = Add_noise( im, v )
seed = 0; randn( 'state', seed ); noise = randn( size(im) ); % noise = noise/sqrt(mean2(noise.^2)); im_o = double(im) + v*noise; function im_o = Add_noise( im, v )
  1 件のコメント
dpb
dpb 2013 年 7 月 31 日
I'd described it as poorly/not formatted.
What, specifically, is the question?

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeSupport Vector Machine Regression についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by