필터 지우기
필터 지우기

programming and plot equarion

조회 수: 2 (최근 30일)
sura
sura 2022년 10월 18일
댓글: Torsten 2022년 10월 18일
kindly i need program and plot for this equation

채택된 답변

Torsten
Torsten 2022년 10월 18일
편집: Torsten 2022년 10월 18일
z = -5:0.01:5;
f = 2*z/sqrt(pi).*hypergeom(0.5,1.5,-z.^2);
plot(z,f)
  댓글 수: 3
sura
sura 2022년 10월 18일
kindly i need program and plot for this equation also
Torsten
Torsten 2022년 10월 18일
And what's the problem ?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Scatter Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by