Grace - MATLAB Central
photo

Grace


Last seen: 18 days ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 12/24 to 03/25Use left and right arrows to move selectionFrom 12/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
0 Answers

RANK
96,166
of 297,560

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,456

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,148

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

  • Thankful Level 1

View badges

Feeds

View by

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

answers

Question


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

2

answers