Community Profile

photo

Mohammed Khallaf


Last seen: ungefär 4 år ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Review
  • Solver

View badges

Feeds

View by

Channel


IoT distributed

ungefär 5 år ago

Solved


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

nästan 6 år ago

Solved


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

nästan 6 år ago