photo

arsenic 陈


Northeastern University

Last seen: 3 months ago Active since 2020

Followers: 0   Following: 0

Message

One apprentice code farmer, please help me, memeda

Programming Languages:
Python

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

1

answer

Answered
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