![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15023703_1552455333631_DEF.jpg)
mike will
2019년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
How to create a symmetric random matrix?
This is the solution: A = rand(4, 4) A_symmetric = tril(A) + triu(A', 1) Where A will be a square matrix, and tril(A) ret...
How to create a symmetric random matrix?
This is the solution: A = rand(4, 4) A_symmetric = tril(A) + triu(A', 1) Where A will be a square matrix, and tril(A) ret...
거의 6년 전 | 1