sum within the elements of a vector
Hello,
Suppose you have the following 1xn vector:
v=[(1,1),(1,2),...,(1,n)]
How the sum of the elements (each other) ...
swap matrix row randomly
Hello,
I have a 10x20 matrix and I`d like to change the rows randomly.
For example, the 1st row will become, let`s say, the ...