Problem


You eat a soup with a?
Answer at question

bijna 11 jaar ago | 0 | 9 solvers

Solved


The first problem!
Just to test it

bijna 11 jaar ago

Problem


The first problem!
Just to test it

bijna 11 jaar ago | 0 | 10 solvers

Solved


How many wheels got the car
How many wheels got the car

bijna 11 jaar ago

Problem


How many wheels got the car
How many wheels got the car

bijna 11 jaar ago | 0 | 11 solvers

Solved


How many wheels got the bike
Just answer how many wheels got the bike

bijna 11 jaar ago

Problem


How many wheels got the bike
Just answer how many wheels got the bike

bijna 11 jaar ago | 0 | 8 solvers

Solved


Who is the man
Answer Who is the man

bijna 11 jaar ago

Problem


Who is the man
Answer Who is the man

bijna 11 jaar ago | 0 | 9 solvers

Solved


Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...

bijna 11 jaar ago

Solved


Walk on water
There is only one man who walked on water.

bijna 11 jaar ago

Solved


Who is the smartest MATLAB programmer?
Who is the smartest MATLAB programmer? Examples: Input x = 'Is it Obama?' Output = 'Me!' Input x = 'Who ?' Ou...

bijna 11 jaar ago

Solved


Replace multiples of 5 with NaN
It is required to replace all values in a vector that are multiples of 5 with NaN. Example: input: x = [1 2 5 12 10 7] ...

bijna 11 jaar ago

Solved


Name the bigest junkie
eg. name='JOHN'

bijna 11 jaar ago

Solved


calculate km to m
calculate 1123 km to m

bijna 11 jaar ago

Solved


Who is my love
Wirite name my honey to x

bijna 11 jaar ago

Solved


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

bijna 11 jaar ago

Solved


rewrite vector
rewrite vector [1 2 1]

bijna 11 jaar ago

Solved


Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!

bijna 11 jaar ago

Solved


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

bijna 11 jaar ago

Solved


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

bijna 11 jaar ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

bijna 11 jaar ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

bijna 11 jaar ago

Solved


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

bijna 11 jaar ago

Solved


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

bijna 11 jaar ago

Solved


Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...

bijna 11 jaar ago

Solved


Which doors are open?
There are n doors in an alley. Initially they are all shut. You have been tasked to go down the alley n times, and open/shut the...

bijna 11 jaar ago

Solved


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

bijna 11 jaar ago

Solved


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

bijna 11 jaar ago

Solved


Pascal's Triangle
Given an integer n >= 0, generate the length n+1 row vector representing the n-th row of <http://en.wikipedia.org/wiki/Pascals_t...

bijna 11 jaar ago

Load more