Respuesta aceptada

Ive J
Ive J el 12 de Dic. de 2020

0 votos

Please first try to search in answers or simply Google it.
% doc plot
x = 1:10;
y = x.^3;
plot(x, y)

2 comentarios

hassan elkholy
hassan elkholy el 12 de Dic. de 2020
y = x^3 * ln (1/x)
Ive J
Ive J el 12 de Dic. de 2020
y = x.^3.*log(1./x);

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 12 de Dic. de 2020

Comentada:

el 12 de Dic. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by