photo

alice W


Last seen: 9 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)/...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort