photo

Rupeng Li


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Why indexing vs not indexing the 2D matrix will lead to different result?
I encounted an indexing problem: I have a 2x2 Cholesky factor and I want to recover the original SPD matrix. load s.mat s(:,:...

3 years ago | 2 answers | 0

2

answers

Question


vertically concatenate struct values from the same field
Hi I encountered an issue in vertically concatenation of struct values from the same field. e.g. given S1 [S1(1:10).vals] = dea...

4 years ago | 1 answer | 0

1

answer

Question


How can I merge many rows of different lengths into a matrix?
Hi everyone! I encountered a problem in merging many rows of different lengths into a matrix, for example, A=[1:2]; B=[3:7];...

5 years ago | 2 answers | 0

2

answers