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 years 前 | 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 years 前 | 1 个回答 | 0