photo

Aqeel Mohammed Abdul Mageeth


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
161,587
of 300,068

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,863

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,211

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答