Feeds
提问
matrix manipulation - How to arrange the elements of the matrix based on a constraint?
Hi, Let us consider an array {(c,d), (c,a), (a,b), (b,e), (b,d), (d,f), (f,a), (e,f)} If i want to place this in a 3X3 matrix ...
7 years 前 | 0 个回答 | 0
0
个回答提问
Is it possible to form a matrix with strings and manipulate them?
Can I make a matrix like [(a,b), (c,d), (d,f) ; (t,a), (a,b), (g, a); (a,f),(c,d),(a,g) ] and then reorder the rows based on the...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to rearrange rows in matrix of a matlab ?
(EXAMPLE: i have a matrix , R1: 1111 R2 1110 R3 1100 R4: 1000) if i want these rows to be arranged as R4, R3, R2, R1 based on th...
8 years 前 | 1 个回答 | 0