I have some problem when plotting the graph, anyone can help? Thanks
Mostra commenti meno recenti
This is my code
for x = -10:10
y = 2^(0.4*x)+5
plot(x,y,'g')
end
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!