Junho Kweon - MATLAB Central
photo

Junho Kweon


Last seen: 6 months ago Active since 2018

Followers: 0   Following: 0

Doctoral student in Electrical Engineering at Penn State

Spoken Languages:
English

Statistics

All
CodyMATLAB AnswersFrom 09/18 to 02/25Use left and right arrows to move selectionFrom 09/18Use left and right arrows to move left selectionTo 02/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
12,543
of 158,079

CONTRIBUTIONS
0 Problems
26 Solutions

SCORE
414

NUMBER OF BADGES
4

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

View badges

Feeds

View by

Answered
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 years ago | 0

Question


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 years ago | 4 answers | 0

4

answers

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer
Go to top of page