Feeds
提问
I want to divide an array into x number of smaller arrays of size [m x n] (where x is = m *n) and then using a for loop fill those smaller arrays with the same value
I have an array that is 6 x 8, I want a user to be able to input 2 values, a # of rows (m) and a # of columns (n), ex x = zeros(...
9 months 前 | 2 个回答 | 0
2
个回答提问
I want to divide an array up into sections and add each section to its own column in a table.
I have an array that is 85x48 and I want to break it up into 6 sections of 85 x 8 and make each of those arrays into one column ...
9 months 前 | 2 个回答 | 0