![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19868899_1646490606519.jpeg)
arsenic 陈
Northeastern University
Followers: 0 Following: 0
One apprentice code farmer, please help me, memeda
Programming Languages:
Python
Python
Statistics
All
RANK
10,109
of 297,046
REPUTATION
4
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
1
answerAnswered
matrix calculation for matrix
a = zeros(400,5); b = ones(1,5) for i = 10:10:400 a(i,:) = b; end
matrix calculation for matrix
a = zeros(400,5); b = ones(1,5) for i = 10:10:400 a(i,:) = b; end
4 years ago | 0
| accepted