Problema


You eat a soup with a?
Answer at question

quasi 13 anni fa | 0 | 9 risolutori

Risolto


The first problem!
Just to test it

quasi 13 anni fa

Problema


The first problem!
Just to test it

quasi 13 anni fa | 0 | 10 risolutori

Risolto


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

quasi 13 anni fa

Problema


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

quasi 13 anni fa | 0 | 11 risolutori

Risolto


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

quasi 13 anni fa

Problema


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

quasi 13 anni fa | 0 | 8 risolutori

Risolto


Who is the man
Answer Who is the man

quasi 13 anni fa

Problema


Who is the man
Answer Who is the man

quasi 13 anni fa | 0 | 9 risolutori

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


Name the bigest junkie
eg. name='JOHN'

quasi 13 anni fa

Risolto


calculate km to m
calculate 1123 km to m

quasi 13 anni fa

Risolto


Who is my love
Wirite name my honey to x

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


rewrite vector
rewrite vector [1 2 1]

quasi 13 anni fa

Risolto


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!

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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]

quasi 13 anni fa

Risolto


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.

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Risolto


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

quasi 13 anni fa

Carica altro