y=e^(7/x)-x

Can you help me to solve these questions by matlab (a) sketch the graph of function above, (b) find local max and min values of y then plot them in the graph, and (c) find the asymptotes of the curve y then draw them on the same figure of the graph.

댓글 수: 2

Rik
Rik 2021년 12월 1일
You can find guidelines for posting homework on this forum here. If you have trouble with Matlab basics you may consider doing the Onramp tutorial (which is provided for free by Mathworks). If your main issue is with understanding the underlying concept, you may consider re-reading the material you teacher provided and ask them for further clarification.
Sankarshan Durgaprasad
Sankarshan Durgaprasad 2021년 12월 1일
To plot the function you'll first need to define your X-axis. I.e x = 1:100 for example.
to plot
y=e^(7/x)-x
You can represent this as y=exp(7./x)-x
These can be used to find the local max and min
:) Hope it helps.

답변 (0개)

이 질문은 마감되었습니다.

제품

릴리스

R2021a

태그

질문:

2021년 12월 1일

마감:

2021년 12월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by