Solved


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

3 years ago

Solved


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

3 years ago

Solved


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

3 years ago

Solved


Find Logic 30

4 years ago

Solved


Find Logic 31

4 years ago

Solved


Find Logic 32

4 years ago

Solved


Find Logic 29

4 years ago

Solved


Find Logic 28

4 years ago

Solved


Find Logic 27

4 years ago

Solved


Find Logic 26

4 years ago

Solved


Find Logic 25

4 years ago

Solved


Find Logic 24

4 years ago

Solved


Find Logic 23

4 years ago

Solved


Find Logic 22

4 years ago

Solved


Find Logic 21

4 years ago

Solved


Find Logic 20

4 years ago

Solved


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

4 years ago

Solved


Draw a '2' in a zero matrix!

4 years ago

Solved


Draw a '1' in a zero matrix!

4 years ago

Solved


Draw a '6' in a zero matrix!

4 years ago

Solved


Draw a '3' in a zero matrix!

4 years ago

Solved


Draw a '0' in a one matrix!

4 years ago

Solved


Draw a '8' in a zero matrix!

4 years ago

Solved


Total energy

4 years ago