Aqeel Mohammed Abdul Mageeth
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
99 888
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
Feeds
Question
How can i solve the error in the code given below? I'm getting the following error In an assignment A(:) = B, the number of elements in A and B must be the same.
syms T h=1.054*(10^-34); T=[1:20:1001]; kb=1.38*(10^-23); g=1.1; vd=6703.3; M=4.6637*(10^-26); td=355.33; ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
how do I store the value of integrals of function k for all values of T for the below code??
T=[0:20:1000]; k=@(x)((x.^2).*exp((4*x)/3))./((exp(x)-1).^2) q=integral(k,0,-td./T) I'm getting the following error: ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Please let me know why this error is popping up even when I use element wise operator??
c=(kb^4)/(2*(pi^2)*vd*(h^3)*A*exp(-td/(3.*T))); T here is an array while all the other parameters are constant. I'm gettin...
environ 7 ans il y a | 1 réponse | 0