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

1 visualización (últimos 30 días)
P. BIDUR
P. BIDUR el 10 de Abr. de 2022
Comentada: P. BIDUR el 10 de Abr. de 2022
y= (x+2)^(x+2)

Respuesta aceptada

KSSV
KSSV el 10 de Abr. de 2022
x = linspace(0,1) ;
y = (x+2).^(x+2) ;
plot(x,y)
  3 comentarios
KSSV
KSSV el 10 de Abr. de 2022
. is for element by element operations. Read about them.
P. BIDUR
P. BIDUR el 10 de Abr. de 2022
got it, thank u

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots 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