turn addition and multiplication into a code

2 visualizaciones (últimos 30 días)
hamda almaeeni
hamda almaeeni el 27 de Oct. de 2020
Comentada: madhan ravi el 27 de Oct. de 2020
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)

Respuestas (1)

madhan ravi
madhan ravi el 27 de Oct. de 2020
syms x
y = 0.5*0.024*(x^2+(0.06+x)^2);
I suggest you to do MATLAB On-ramp course.
  2 comentarios
hamda almaeeni
hamda almaeeni el 27 de Oct. de 2020
im terribly sorry but i am new at matlab, what is matlab on ramp course

Iniciar sesión para comentar.

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by