how to plot graphs of function e^ax+b in matlab?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
provide at least codes,
Réponses (1)
Sean de Wolski
le 5 Jan 2017
Modifié(e) : Sean de Wolski
le 5 Jan 2017
a = 1
b = 1
fplot(@(x)exp(a*x)+b)
Now vary a and b.
4 commentaires
Steven Lord
le 5 Jan 2017
Those sound like homework questions. In general people on MATLAB Answers are willing to HELP with homework questions if you show what YOU have done to try to solve them and ask a SPECIFIC question.
Voir également
Catégories
En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!