how to plot graphs of function e^ax+b in matlab?
이전 댓글 표시
provide at least codes,
답변 (1개)
Sean de Wolski
2017년 1월 5일
편집: Sean de Wolski
2017년 1월 5일
a = 1
b = 1
fplot(@(x)exp(a*x)+b)
Now vary a and b.
댓글 수: 4
rs sam
2017년 1월 5일
rs sam
2017년 1월 5일
Steven Lord
2017년 1월 5일
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.
카테고리
도움말 센터 및 File Exchange에서 Graph and Network Algorithms에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!