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

回答