I have some problem when plotting the graph, anyone can help? Thanks
Ältere Kommentare anzeigen
This is my code
for x = -10:10
y = 2^(0.4*x)+5
plot(x,y,'g')
end
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!