WeiShan Ng
Followers: 0 Following: 0
Feeds
질문
create a matrix using a vector such that each row is one offset of the previous row
Let say I have a vector v = [v1, v2, v3, v4, ..., vn], I would like to create a matrix using the vector such that each row is on...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Create a matrix using offset elements of a vector
Let say I have a vector v = [v1, v2, v3], I would like to create a non-square matrix putting the vector v as tridiagonal element...
4년 초과 전 | 답변 수: 1 | 0