Community Profile

photo

Mohammed Khallaf


Last seen: 約4年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

All
  • First Review
  • Solver

バッジを表示

Feeds

表示方法

チャネル


IoT distributed

約5年 前

解決済み


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年弱 前

解決済み


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年弱 前