Statistics
RANK
151,529
of 301,159
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,182
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Answered
Expand 1-D array to 2-D matrix using 'ones' function and colon ':'
Thanks to Daniel and Oleg! I was mostly confused with the role of ones(1,5) here, but came to realize how it works when I read ...
Expand 1-D array to 2-D matrix using 'ones' function and colon ':'
Thanks to Daniel and Oleg! I was mostly confused with the role of ones(1,5) here, but came to realize how it works when I read ...
14 years ago | 0
Question
Expand 1-D array to 2-D matrix using 'ones' function and colon ':'
Example: matrixA = 6:10; matrixA = matrixA(ones(1,5), :); or: matrixB = (6:10)'; matrixB = matrixB(:, ones(1,...
14 years ago | 3 answers | 0
