photo

Amit dot207


Last seen: 6年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
290,378
of 301,513

評判
0

コントリビューション
5 質問
1 回答

回答採用率
40.0%

獲得投票数
0

ランク
 of 21,310

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,013

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


The computer hangs while evaluating the following integral and code....pls help
w=15;a=100;b=0.01;OUT=1/30;deltaOUT=5.2; syms x; pOUT=@(x)max(0,(1-exp(-OUT*x+deltaOUT))); pNL=@(x)1-pOUT(x); err=45.*2.*p...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


The computer hangs while evaluating the following lines of code involving integrals..........Pls help
w=15;a=100;b=0.01;OUT=1/30;deltaOUT=5.2; syms x; pOUT=@(x)max(0,(1-exp(-OUT*x+deltaOUT))); pNL=@(x)1-pOUT(x); err=45.*2.*p...

7年以上 前 | 0 件の回答 | 0

0

回答

回答済み
The following code is not working....cant reduce it to integral 3
It is however strange that the following lines of code do not evaluate, however, the previous lines of code got evaluated by MAT...

7年以上 前 | 0

質問


The following code is not working....cant reduce it to integral 3
syms x y z; f1=@(x)(0.93*dirac(x-0.01)+0.07*dirac(x-100)); f2=@(y)(0.93*dirac(y-0.01)+0.07*dirac(y-100)); intfn=matlabFun...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


The following program involving double integration hangs...Tried everything in R2014a
syms x y z; f1=@(x)(0.6*dirac(x-0.01)+0.4*(x-100)); f2=@(y)(0.6*dirac(y-0.01)+0.4(y-100)); intfn=matlabFunction((1-(1/(1+(2...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


The following programme is not working
The programme calls integral for a nested function. The result is again called in integral 2

7年以上 前 | 0 件の回答 | 0

0

回答