photo

Divij Gupta


Last seen: 8 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
149,081
of 297,457

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Integration of a piecewise multivariable function
I have a function I need to integrate. The function is a product of 2 functions, one a function in x and the the other a piecewi...

3 years 前 | 0 个回答 | 0

0

个回答

提问


Fit data to array values
I have a certain array of theoretical values which forms the y values of a graph. This graph is not analytic, so the theoretical...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Signal smoothing for logarithmic timescale
I want to perform signal smoothing for the graph shown above. However, using the method shown in MATLAB documentation is not w...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Retrieve cell of matrices from text file
I have a cell X such that X{i} is a 10x10 matrix. There are about 500 of these matrices. I am using writecell(X,"textfile") to w...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to save data when execution is paused
I have a code runs a loop a million times. In each iteration, a new row of data is filled into a matrix. I want to find a way su...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Prod giving a different answer than repeated multiplication
X(:,:,1) = [0.0000 + 0.0000i 0.0000 + 0.0000i 1.0000 + 0.0000i 0.0000 + 0.0000i;0.0000 + 0.0000i 0.0000 + 0.0000i 0.00...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Vectorise matrix element multiplication
I want to find a way to vectorise the following operation: Take q random elements from the cell Z (which is populated by matric...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Vectorise a matrix multiplication chain
I want to find a non-loop way to do the following: for c = 1:q h = h*Z{c}; end Basically, how can I vectorise Z{1}*Z{2}...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Computing 4th cumulant of Gaussian variable
I am trying to write a program to compute the 4th cumulant for a given array of numbers. For a test, I'm generating an array of ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Element by element multiplication of a matrix
I have a function f = e^(tH), where H is a square matrix. I want to compute this function for each value of t = 0:10:100 so I ca...

4 years 前 | 2 个回答 | 0

2

个回答