how can i plot this equation?

 Risposta accettata

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

2 Commenti

y = x^3 * ln (1/x)
y = x.^3.*log(1./x);

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Centro assistenza e File Exchange

Tag

Richiesto:

il 12 Dic 2020

Commentato:

il 12 Dic 2020

Community Treasure Hunt

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

Start Hunting!

Translated by