Feeds
提问
how to distribute a matrix elements randomly matlab
hi everyone how to make a matrix randomly distributed to another matrix n, m = [ 1 1 3 3 3 4 4 6 6 7 7 7]; n = zeros(3,10)...
10 years 前 | 1 个回答 | 0
1
个回答提问
Matlab Shuffeling Value of Matrix
I have a 3 x 10 matrix, B zeros(3,10) I need to shuffle this value A(1,:) in matrix B A = [6 6 4 4 4 1 1 3 3 5 5 2 2 2 7 7 ...
10 years 前 | 1 个回答 | 0
