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

4 ビュー (過去 30 日間)
James Water Bird
James Water Bird 2021 年 2 月 25 日
編集済み: KALYAN ACHARJYA 2021 年 2 月 25 日
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 Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by