photo

arsenic 陈


Northeastern University

Last seen: 9 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

消息

One apprentice code farmer, please help me, memeda

Programming Languages:
Python

统计学

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

查看徽章

Feeds

排序方式:

1

个回答

已回答
matrix calculation for matrix
a = zeros(400,5); b = ones(1,5) for i = 10:10:400 a(i,:) = b; end

3 years 前 | 0

| 已接受