Sung-Eun Jo - MATLAB Central
photo

Sung-Eun Jo


Active since 2014

Followers: 0   Following: 0

Message

PhD. Electrical Eng
Love to code Matlab and RTL.
Professional Interests: matrix computation, verilog RTL code, Fortran library.

Statistics

All
File ExchangeMATLAB AnswersFrom 09/14 to 04/25Use left and right arrows to move selectionFrom 09/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 Question
0 Answers

File Exchange

6 Files

RANK
245,094
of 297,972

REPUTATION
0

CONTRIBUTIONS
1 Question
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
3,611 of 20,514

REPUTATION
420

AVERAGE RATING
3.70

CONTRIBUTIONS
6 Files

DOWNLOADS
8

ALL TIME DOWNLOADS
4106

RANK

of 159,989

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1

View badges

Feeds

View by

Question


Odd behaviour of 2x2-matrix and 2x1-vector operation
Consider a 2x2 matrix A with columns uncorrelated, and a vector x: A = [ a b ] [-b' a'] x = [ a'] [ b...

10 years ago | 1 answer | 0

1

answer

Submitted


SVD of 2x2 complex matrix based on two rotation matrices
ROT_SVD2X2 computes the complex rotation matrices for the SVD of a 2-by-2 complex matrix.

10 years ago | 2 downloads |

0.0 / 5

Submitted


SVD of a matrix based on Lapack interface
SVD_LAPACK computes the singular value decomposition of a matrix by calling LAPACK subroutines.

10 years ago | 1 download |

5.0 / 5

Submitted


Trigonometric function errors at pi or pi/2 such as sin(pi) or cos(pi/2)
The constant pi in matlab is a floating-point approximation of 'pi'. There is a remedy for it!

10 years ago | 1 download |

3.0 / 5
Thumbnail

Submitted


QR decomposition with constrained diagonal phases (Lapack interface)
The code computes the QR decomposition with specific diagonal phases.

10 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Tridiagonalization of a Hermitian or symmetric matrix based on Lapack interface
The code computes the tridiagonal decomposition of a Hermitian matrix by calling Lapack routines.

10 years ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Bidiagonalization of a matrix based on Lapack interface
The code computes the bidiagonal matrix decomposition of a matrix by calling Lapack routines.

10 years ago | 1 download |

0.0 / 5
Thumbnail