photo

Amit dot207


Last seen: 6 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
1 个回答

排名
142,011
of 301,583

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,339

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,587

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答