how to plot graphs of function e^ax+b in matlab?
Show older comments
Answers (1)
Sean de Wolski
on 5 Jan 2017
Edited: Sean de Wolski
on 5 Jan 2017
a = 1
b = 1
fplot(@(x)exp(a*x)+b)
Now vary a and b.
4 Comments
rs sam
on 5 Jan 2017
rs sam
on 5 Jan 2017
Steven Lord
on 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.
Categories
Find more on Graph and Network Algorithms in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!