photo

Amit dot207


Last seen: 거의 6년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
1 답변

순위
290,371
of 301,506

평판
0

참여
5 질문
1 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,306

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,911

참여
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

답변