필터 지우기
필터 지우기

please how can I Draw the graph of y = 2ex, -5 <= x <= 5

조회 수: 1 (최근 30일)
Theman JIrnadu
Theman JIrnadu 2017년 8월 12일
댓글: Jan 2017년 8월 12일
x = linspace(-5<=x<=5); y = 2*e^x plot(x,y)

답변 (1개)

MSP
MSP 2017년 8월 12일
편집: MSP 2017년 8월 12일
x=linspace(-5,5)
y=2.*exp(x)
plot(y,x)
  댓글 수: 2
Theman JIrnadu
Theman JIrnadu 2017년 8월 12일
Thank you so much Mr. MSP, i've plotted.
Jan
Jan 2017년 8월 12일
@Theman JIrnadu: If the answer has solved your problem, please accept it.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by