필터 지우기
필터 지우기

Could anyone help me to solve the following condition.

조회 수: 2 (최근 30일)
jaah navi
jaah navi 2019년 4월 11일
댓글: madhan ravi 2019년 4월 12일
I have three expressions of which two expressions need to satisfy certain conditions;
expression 1
C=A+B; A<B,C>B
expresion 2
D=B+C;B<C,D>C
expression 3
E=C
I am having the values of E=[20 40 60 80 100]
when E=20 how to generate the values of A,B,C and D with respect to the conditions given in expression 1 and 2.
Could anyone please help me on this.
  댓글 수: 5
jaah navi
jaah navi 2019년 4월 12일
The value of C is known,where C=[5 10 15 20]
The sum of A and B should be equal to C ,under the condition A<B
Say for example if C=5 the possiblity of A and B will be 2 and 3 or 1 and 4 (all should be of positive,should not be equal)
Among the two possiblity any one can be used.
if C=10,the possiblilty of A and B will be 4 and 6,3 and 7,2 and 8,1and 9.
Among the four possibilities any one can be obtained .

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Semiconductors and Converters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by