Solved


Swap between first and last column
The idea is to swap between first and last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 ...

4 months ago

Solved


Swap between rows
The idea is to swap between second and second last row Ex = [1 2 3 4 5; 5 4 3 2 1; 1 2 3 4 5; 1 2 3 4 5; ...

4 months ago

Solved


Find Logic 1

4 months ago

Solved


Find Logic 3

4 months ago

Solved


Find Logic 4

4 months ago

Solved


Find Logic 6

4 months ago

Solved


Find Logic 7

4 months ago

Solved


Find Logic 8

4 months ago

Solved


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

4 months ago

Solved


Find Logic 10

4 months ago

Solved


Find Logic 11

4 months ago

Solved


Find Logic 12

4 months ago

Solved


Find Logic 13

4 months ago

Solved


Find Logic 15

4 months ago

Solved


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

4 months ago

Solved


Find Logic 16

4 months ago

Solved


Find Logic 17

4 months ago

Solved


Find Logic 18

4 months ago

Solved


Find Logic 19

4 months ago

Solved


Find x rows where the sum of the numbers is the maximum
Find x rows where the sum of the numbers is the maximum. For example: when x is 2 and m is 2 3 5 0 2 3 5 5 6 0 9 4 then y =...

4 months ago

Solved


Draw a '4' in a zero matrix!

4 months ago

Solved


Draw a '6' in a zero matrix!

4 months ago

Solved


Draw a '9' in a zero matrix!

4 months ago

Solved


Draw a '7' in a zero matrix!

4 months ago

Solved


Draw a '8' in a zero matrix!

4 months ago

Solved


Draw a '3' in a zero matrix!

4 months ago

Solved


Draw a '2' in a zero matrix!

4 months ago

Solved


Draw a '5' in a zero matrix!

4 months ago

Solved


Draw a '1' in a zero matrix!

4 months ago

Solved


Remove entire row and column in the matrix containing the input values
Remove the entire row and column from the matrix containing specific values. The specified value can be a scalar or a vector. Fo...

4 months ago

Load more