フィルターのクリア

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 Center および File ExchangeScatter Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by