photo

alice W


Last seen: 9 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 5 ans il y a | 1 réponse | 0

1

réponse