photo

Berke Miraç


Last seen: 4 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • Solver
  • First Review
  • Explorer
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; ...

5 months 前

已解决


"mirror" matrix
Create n x 2n "mirror" matrix of this type: Examples For n = 2 m = [ 1 2 2 1 1 2 2 1 ] For n = 3 m = ...

5 months 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5 months 前