Fariha Tabassum
Followers: 0 Following: 0
Feeds
已回答
Convert matrix in single column/row vector
A = [1 2; 3 4]; B = A'; C = reshape(B,1,[]) ans of C will be [1 2 3 4]
Convert matrix in single column/row vector
A = [1 2; 3 4]; B = A'; C = reshape(B,1,[]) ans of C will be [1 2 3 4]
4 years 前 | 8