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

4 visualizaciones (últimos 30 días)
James Water Bird
James Water Bird el 25 de Feb. de 2021
Editada: KALYAN ACHARJYA el 25 de Feb. de 2021
x = linspace(-1,1,100)
what is w
  1 comentario
KALYAN ACHARJYA
KALYAN ACHARJYA el 25 de Feb. de 2021
Editada: KALYAN ACHARJYA el 25 de Feb. de 2021
w is the output result.
x = linspace(-1,1,100);
w=x.^2.*cos(1./x);
plot(x,w);
Do google MATLAB Onramp

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by