sensitivity analysis of data with multiple variables

조회 수: 4 (최근 30일)
Asliddin Komilov
Asliddin Komilov 2020년 8월 5일
편집: Asliddin Komilov 2020년 8월 5일
I have a set of data that depends on 3 variables:
Sys_LCOE(jj,i,ii)
ii=1:1:length(YF);
i=1:1:length(PVprice);
jj=1:1:length(F_bank) ;
YF =linspace(0.85,1.1,51);
PVprice =linspace(800,1600,51);
F_bank =linspace(0,5,51);
(the N is put to 51 because file with N =101 was to big to paste here, N=101 would show the Sys_LCOE per percentage change in each variable within its range)
I want to analyze sensitivity of Sys_LCOE to a change in one variable at different values of other variables, if it is doable.
You can give me an example or post a link, or show how to do it with my data.
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Sensitivity Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by