photo

Divij Gupta


Last seen: 1年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
250,120
of 300,829

評判
0

コントリビューション
10 質問
0 回答

回答採用率
20.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

コントリビューション
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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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...

4年以上 前 | 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}...

4年以上 前 | 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 ...

4年以上 前 | 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年以上 前 | 2 件の回答 | 0

2

回答