photo

Amita Giri


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
2 个回答

排名
10,236
of 300,750

声誉
4

贡献数
3 个提问
2 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 21,073

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,837

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review

查看徽章

Feeds

排序方式:

已回答
I am getting an error 'Integrand output size does not match the input size' while using integral2
I solved the above mentioned problem and thought to share with you all. The problem is with the way funn is defined. As I meti...

5 years 前 | 2

| 已接受

提问


I am getting an error 'Integrand output size does not match the input size' while using integral2
Hi, I am numerically evaluating the double integral using integral2 matlab command. My code is as follows : l1=0; m1=0; l2=0; ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to plot 2D Topography plot of a 3D dome shape plot resulted using surf function ?
Hi, I am writing a code whose output is a 3D plot using surf command. My plot is ...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
Convert a for loop to parfor loop
I figured out, how to solve serial for to parfor. The variable who are causing the dependency in the loop. I calculated them in ...

6 years 前 | 0

| 已接受

提问


Convert a for loop to parfor loop
Hi, In order to make my code faster, I am trying to convert for loop to parfor loop. The original subpart of my code is (subje...

6 years 前 | 1 个回答 | 0

1

个回答