I have some problem when plotting the graph, anyone can help? Thanks
Mostrar comentarios más antiguos
This is my code
for x = -10:10
y = 2^(0.4*x)+5
plot(x,y,'g')
end
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!