photo

Murali Krishna AG


Last seen: 4ヶ月 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
0 回答

ランク
34,510
of 300,829

評判
1

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

回答採用率
42.86%

獲得投票数
1

ランク
 of 21,088

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Finding of arg max of a function using Gradient descent
Let F=abs(a+bx)^2 Problem: Find x to get the maximum of F. How to proceed with graident descent to solve this problem in matla...

3年以上 前 | 1 件の回答 | 1

1

回答

質問


Gaussian particle filtering recursive problem
Anybody have an idea on Gaussian particle filtering. In the attached file, how to generate density function in Time update. Plea...

4年弱 前 | 0 件の回答 | 0

0

回答

質問


Convolution of two matrices
Let A,B,C,D, are vectors of size 3*1. S=[A*B,C*D]. Here * is linear convolution. How to rearrange A,C together and B,D together...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Mean squared error and NMSE
Let he is estimated vector and h is original vector which is unknown. The Mean squared error (MSE) is defined as norm(he-h)^2. N...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Integration of exp and erf
f= where erf is error function How to find closed form result? Pls help

4年以上 前 | 1 件の回答 | 0

1

回答

質問


integration of erf function
f= where How to find the f?

4年以上 前 | 1 件の回答 | 0

1

回答

質問


how to convert analog signal to bit stream
I generate a analog signal cos(2pi*f*t), fs is sampling frequency and I denotes quantization levels. How to convert the analog s...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Find a random position in a vector where the value is zero
I have a vector with mix of complex numbers and zeros. I have to find a random position in the vector where the value is zero. ...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Estimation of a unknown matrix from the other known matrices
Let there is a matrix form of A=B*C where size of A is 6*1, B is 6*11 and C=11*1. I know matrices A and C, how to find out the...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 5.872930e-17.
Let A=80*80 matrix I want to generate inverse of the above matrix and I am getting the warning as "Matrix is close to singular ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


differentiation in matlab of two functions
Let theta=atan(p/q)+pi a(theta)=exp(2*pi*j*A*[cos(theta);sin(theta)]) where A ,is row vector and p,q,A are kno...

約5年 前 | 2 件の回答 | 0

2

回答

質問


arg min for Optimization problem
u=argmin{||X-A*w-B*v||^2} Inputs : A,B,X,w,v outputs:u which contain optimized vector of w,v how to write code for this.Pleas...

約5年 前 | 2 件の回答 | 0

2

回答

質問


Matrix Operation and decomposition
Let A=80*80 matrix ,How to find matrices A^(-1/2) and A^(1/2)

約5年 前 | 1 件の回答 | 0

1

回答

質問


how to find argmin to this vector
c=argmin f(a,b).where both a,b are M*1 and N*1 column matrices respectively. How to get a,b for minimum value of f(a,b) from ...

約5年 前 | 1 件の回答 | 0

1

回答