フィルターのクリア

How can I solve this problem in the matlab program ?

1 回表示 (過去 30 日間)
Vuqar Samedov
Vuqar Samedov 2020 年 12 月 21 日
コメント済み: Vuqar Samedov 2020 年 12 月 21 日
  1 件のコメント
Vuqar Samedov
Vuqar Samedov 2020 年 12 月 21 日
I use it in the matlab program, but the answer is not correct. I do not know why the answer is incorrect?
>> syms x
>> f=x*exp(-x^2);
>> u=(-2*x^2);
>> f=subs(f,u);
>> int(f)
ans =
-(x^3*(gamma(3/4) - igamma(3/4, 4*x^4)))/(2*(4*x^4)^(3/4))

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeNumber Theory についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by