Feeds
提问
"Restart" elements of a matrix
Hi! I have a couple of matrix (all squares and sorted by rows) like this: A=[1 2 3; 4 5 6; 7 8 9] And I need to, from any...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to "restart" a matrix from an especific element
Hi everyone. I have a square matrix like this: [1,2,3;4,5,6;7,8,9] How could I restart the sequence from an especific elem...
11 years 前 | 1 个回答 | 0
1
个回答提问
Nxn matrix with elements between 1...n^2
Hi everyone. I have to do a nxn matrix, whose elements are natural numbers between 1...n^2. For example, if n=3 the matrix wi...
11 years 前 | 1 个回答 | 0
