Problem in plotting the graph.

조회 수: 3 (최근 30일)
Gaurav Srivastava
Gaurav Srivastava 2019년 6월 6일
편집: KSSV 2019년 6월 6일
Screenshot (28).png
  댓글 수: 1
KSSV
KSSV 2019년 6월 6일
Attach code...not a image snippet.

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

채택된 답변

KSSV
KSSV 2019년 6월 6일
편집: KSSV 2019년 6월 6일
x = -3:0.01:5 ;
y = (x+5).^2./(4+(3*x).^2) ;
plot(x,y)
in y there should be element by element division.

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by