create a script for w = x^2cos(1/x)

1 次查看(过去 30 天)
x = linspace(-1,1,100)
what is w
  1 个评论
KALYAN ACHARJYA
KALYAN ACHARJYA 2021-2-25
编辑:KALYAN ACHARJYA 2021-2-25
w is the output result.
x = linspace(-1,1,100);
w=x.^2.*cos(1./x);
plot(x,w);
Do google MATLAB Onramp

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by