Community Profile

photo

Junho Kweon


Last seen: 16일 전 2018년부터 활동

Followers: 0   Following: 0

Doctoral student in Electrical Engineering at Penn State

Spoken Languages:
English

통계

All
  • First Answer
  • Promoter
  • Community Group Solver
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Review
  • Thankful Level 1

배지 보기

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...

대략 1년 전 | 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...

1년 초과 전 | 답변 수: 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) ...

5년 초과 전 | 답변 수: 1 | 0

1

답변