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

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개)

카테고리

도움말 센터File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

질문:

2021년 2월 25일

편집:

2021년 2월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by