Statistics
2 Questions
0 Answers
RANK
94,978
of 297,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,075
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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(...
3 months ago | 2 answers | 0
2
answersQuestion
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 ...
3 months ago | 2 answers | 0