필터 지우기
필터 지우기

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 CenterFile Exchange에서 Monte-Carlo에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by