Réponse acceptée

Ive J
Ive J le 12 Déc 2020

0 votes

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

2 commentaires

hassan elkholy
hassan elkholy le 12 Déc 2020
y = x^3 * ln (1/x)
Ive J
Ive J le 12 Déc 2020
y = x.^3.*log(1./x);

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by