Function Code ( Matlab )

1 次查看(过去 30 天)
Erhan Ozsen
Erhan Ozsen 2020-5-21
评论: KSSV 2020-5-22
Hi,
F=(log ( ax2+bx+c )- sin(ax2+bx+c))/
4(pi number)*x2+cos(x-2)*(ax2+bx+c)
x=9, a=1, b=3,c=5
I can't write the code. Can you help me?

采纳的回答

KSSV
KSSV 2020-5-21
x=9 ;
a=1;
b=3 ;
c=5 ;
F = (log(a*x^2+b*x+c)-sin(a*x^2+b*x+c))/(4*pi*x^2+cos(x-2)*(a*x^2+b*x+c))
You must read about MATLAB basics.
  2 个评论
KSSV
KSSV 2020-5-22
Thanks is accepting the asnwer.. :)

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

标签

产品


版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by