Hello to all, can you help me to plot y= (x+2)^(x+2)

1 visualizzazione (ultimi 30 giorni)
y= (x+2)^(x+2)

Risposta accettata

KSSV
KSSV il 10 Apr 2022
x = linspace(0,1) ;
y = (x+2).^(x+2) ;
plot(x,y)

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by