필터 지우기
필터 지우기

lhsdeign for parameters with different value intervals

조회 수: 1 (최근 30일)
Zhukun Wang
Zhukun Wang 2021년 3월 30일
gNavec=linspace(100,130);
gKvec=linspace(12,50);
glvec=linspace(0.1,2);
VNavec=linspace(55,120);
VKvec=linspace(-30,-5);
Vlvec=linspace(5,20);
I0vec=linspace(0,45);
X=lhsdesign(100,7);
plot(X,"*");
disp(X);
In my code, I want to make sure the values generated by lhsdesign to be in the given intervals above, however, I ended up with all values which are smaller than 1 in my X matrix. Is there a way to solve this?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by