turn addition and multiplication into a code

조회 수: 2 (최근 30일)
hamda almaeeni
hamda almaeeni 2020년 10월 27일
댓글: madhan ravi 2020년 10월 27일
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)

답변 (1개)

madhan ravi
madhan ravi 2020년 10월 27일
syms x
y = 0.5*0.024*(x^2+(0.06+x)^2);
I suggest you to do MATLAB On-ramp course.
  댓글 수: 2
hamda almaeeni
hamda almaeeni 2020년 10월 27일
im terribly sorry but i am new at matlab, what is matlab on ramp course

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by