I have some problem when plotting the graph, anyone can help? Thanks

 Respuesta aceptada

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh el 27 de Jun. de 2015
Editada: Salaheddin Hosseinzadeh el 27 de Jun. de 2015
Hi,
You need to store y first.
x = -10:10;
for i = 1:numel(x)
y(i) = 2^(0.4*x(i))+5
end
plot(x,y,'g')

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 27 de Jun. de 2015

Comentada:

el 27 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by