photo

Yasasvi Harish Kumar


Last seen: 2 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
creating a matrix from two sets of data
Hi, This should help for y = 1:2 for x = 1:4 c(4*(y-1)+x,1) = x c(4*(y-1)+x,2) = y end end

5 years 前 | 0

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前