Community Profile

photo

Mohammed Khallaf


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计数据

All
  • First Review
  • Solver

查看徽章

Feeds

排序方式:

频道


IoT distributed

5 years 前

已解决


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

6 years 前

已解决


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:...

6 years 前