photo

alice W


Last seen: 9 months 前 自 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答