フィルターのクリア

storing performance values for each monte-carlo simulations

1 回表示 (過去 30 日間)
TESFALEM ALDADA
TESFALEM ALDADA 2020 年 2 月 11 日
コメント済み: TESFALEM ALDADA 2020 年 2 月 11 日
I have a randomly generated vectors to be multiplied by a function (f) to have simulated result. and then this simulated result will be campared for perfomance of mean difference with observed data for each random numbers. So how can i store the mean difference values for each sampling points?
cheers
Tesfalem

採用された回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 2 月 11 日
Use array
loop
mean_difference(i)=
end
  3 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2020 年 2 月 11 日
編集済み: KALYAN ACHARJYA 2020 年 2 月 11 日
Save the Qobs in cell array
If in each Qobs is single numeric (scalars), use as array Qobs(i), otherwise if Qobs result is vector, use cell array
Qobs{ }
TESFALEM ALDADA
TESFALEM ALDADA 2020 年 2 月 11 日
ya all the values are numeric(scalar), then will there any change?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMonte-Carlo についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by