photo

Amit dot207


Last seen: presque 6 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
1 Réponse

RANG
290 343
of 301 478

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
0

RANG
 of 21 296

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 719

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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...

environ 7 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 7 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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...

plus de 7 ans il y a | 0

Question


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...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 7 ans il y a | 1 réponse | 0

0

réponse