I have some problem when plotting the graph, anyone can help? Thanks
Afficher commentaires plus anciens
This is my code
for x = -10:10
y = 2^(0.4*x)+5
plot(x,y,'g')
end
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!