turn addition and multiplication into a code
Afficher commentaires plus anciens
i am trying to write teh function y as an eqaution for x so the equation is y=0.5*0.024(x^2+(0.06+x)
^2)
Réponses (1)
madhan ravi
le 27 Oct 2020
syms x
y = 0.5*0.024*(x^2+(0.06+x)^2);
I suggest you to do MATLAB On-ramp course.
2 commentaires
hamda almaeeni
le 27 Oct 2020
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!