photo

alice W


Last seen: 9개월 전 2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


symbolic logical operation can't get right answer
Hello, I have syms a b c aa=(a==b)+c bb=eval(subs(aa,[a,b,c], [1/5, 0, 1051/10000])) My expected result is aa=(a==b)+c b...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


error using double(subs())
Hello! % full code please see EUfin_compute.m syms x1 x2 x3 x4 EUfinsym=(10000*((1051*x3)/20000 + (1051*x4)/5000)*((1051*x3)/...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


error using sym/subs with logical operation
Hello, here is my code syms x1 x2 aa=x1 == 0 & x2 == 0 subs(aa, [0.5 0.5]) the result is ans = [ 1/2 == 0 & x2 == 0...

대략 5년 전 | 답변 수: 1 | 0

1

답변