A résolu


Energy Conversion 1

presque 3 ans il y a

A résolu


Area Conversion 2

presque 3 ans il y a

A résolu


Area Conversion 1

presque 3 ans il y a

A résolu


Mass Conversion 2

presque 3 ans il y a

A résolu


Find Logic 16

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Find Logic 13

presque 3 ans il y a

A résolu


Find Logic 12

presque 3 ans il y a

A résolu


Find Logic 11

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Find Logic 1

presque 3 ans il y a

A résolu


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

presque 3 ans il y a

A résolu


Triangle Coordinates
Given a natural number n, return two -element vectors, x and y, containing the coordinates of a triangular arrangement of points...

presque 3 ans il y a

A résolu


Basic Mathematics 3
It was announced during a Robotics Competition kick off that two of the trickiest scoring objects are: soup cans, and beach ball...

presque 3 ans il y a

A résolu


Find Logic 7

presque 3 ans il y a

A résolu


Find Logic 6

presque 3 ans il y a

A résolu


Find Logic 10

presque 3 ans il y a

A résolu


Find Logic 8

presque 3 ans il y a

A résolu


Find Logic 4

presque 3 ans il y a

A résolu


Find Logic 3

presque 3 ans il y a

A résolu


Find Logic 15

presque 3 ans il y a

A résolu


Find Logic 18

presque 3 ans il y a

A résolu


Find Logic 19

presque 3 ans il y a

A résolu


Change the sign of even index entries of the reversed vector
change the signs of the even index entries of the reversed vector example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4] example2...

presque 3 ans il y a

A résolu


Draw a 'Z'.
Given _n_ as input, generate a n-by-n matrix like 'Z' by _0_ and _1_ . Example: n=5 ans= [1 1 1 1 1 0 0 0 1 ...

presque 3 ans il y a

A résolu


Draw a 'X'!
Given n as input Draw a 'X' in a n-by-n matrix. example: n=3 y=[1 0 1 0 1 0 1 0 1] n=4 y=[1 0 0...

presque 3 ans il y a

A résolu


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

presque 3 ans il y a

A résolu


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

presque 3 ans il y a

A résolu


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

presque 3 ans il y a

A résolu


Draw 'I'
Given n as input, draw a n-by-n matrix 'I' using 0 and 1. example: n=3 ans= [0 1 0 0 1 0 0 1 0] n=...

presque 3 ans il y a

Charger plus