Junho Kweon
Followers: 0 Following: 0
Doctoral student in Electrical Engineering at Penn State
Spoken Languages:
English
English
統計
All
Feeds
回答済み
chol() gives error for a (barely) positive definite matrix.
There is quite well-developed code nearestSPD, which can solve the minor round-off error as @Christine Tobler mentioned. The cod...
chol() gives error for a (barely) positive definite matrix.
There is quite well-developed code nearestSPD, which can solve the minor round-off error as @Christine Tobler mentioned. The cod...
2年弱 前 | 0
質問
How can I derive inverse of the matrix with infinite determinant?
Hi guys, there is a matrix A which has finite dimension and finite-valued elements. However, because of its large size and valu...
約2年 前 | 4 件の回答 | 0
4
回答質問
How can I convert a function with multivariable input to a function with single vector input?
Hi, I want to use fmincon, and fmincon can deal with only function with single vector input. When my formula is as below, it wo...
2年以上 前 | 1 件の回答 | 0
1
回答質問
How to take a part of matrix, which is function result?
My code is like this. A = [1 2; 3 4]; B = sum(A) % I want to use fft or other functions rather than 'sum' x = B(1) ...
約6年 前 | 1 件の回答 | 0