Santiago Poretti
Followers: 0 Following: 0
Feeds
提问
Sort Columns by ascending order while maintaing cell values in place for every row
I have a code that will create a matrix (32xM) with each column being a random permutation of 32. for k =1:100 %For however ma...
3 years 前 | 1 个回答 | 0
1
个回答提问
How to filter by row and print out different row if within boundary.
OutputData = xlsread('dataOutput.csv'); TrialOrder = xlsread('TrialOrder.csv'); % Run Data % minVal = 33; maxVal = 41; a ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Generate list of random permutations by column
I am trying to create a code that will auto populate an excel spreadsheet with 50 random permutations of 32. So every column sho...
3 years 前 | 1 个回答 | 0