How to say this in MATLAB language?

3 vues (au cours des 30 derniers jours)
IBM watson
IBM watson le 7 Déc 2018
Commenté : IBM watson le 7 Déc 2018
I want to say a plus b equals to 10
math exuation:
a+b=10
how write this in matlab?

Réponse acceptée

madhan ravi
madhan ravi le 7 Déc 2018
Modifié(e) : madhan ravi le 7 Déc 2018
Welcome to the club ;-) see syms requires symbolic math toolbox
syms a b
equation=a+b==10
  4 commentaires
Image Analyst
Image Analyst le 7 Déc 2018
But what values do you want ot use for a and b? 2 and 8? 1 and 9? 5.5 and 4.5?
IBM watson
IBM watson le 7 Déc 2018
Matlab will calculate the best values for my fitness function.
Yes, I should and will read the documentation.

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by