Problem


supercar
write supercar

11 years ago | 0 | 10 solvers

Solved


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

11 years ago

Solved


Who is my love
Wirite name my honey to x

11 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

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

11 years 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!

11 years ago

Solved


calculate km to m
calculate 1123 km to m

11 years ago

Problem


calculate km to m
calculate 1123 km to m

11 years ago | 0 | 10 solvers

Solved


rewrite vector
rewrite vector [1 2 1]

11 years ago

Problem


rewrite vector
rewrite vector [1 2 1]

11 years ago | 0 | 9 solvers

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

11 years ago

Solved


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

11 years ago

Solved


Area of rhombus
Calculate the rhombus area

11 years ago

Solved


Volume of this donut
Given hole diameter a, and outermost diameter b, determine the volume y of the resulting donut.

11 years ago

Problem


pizzzzza2
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bon...

11 years ago | 0 | 0 solvers

Solved


Compute Area from Fixed Sum Cumulative Probability
In Matlab the code v = rand(1,3); v = v/sum(v); is sometimes suggested as a convenient means of generating three rando...

11 years ago

Solved


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

11 years ago

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

11 years ago

Solved


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

11 years ago

Solved


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

11 years ago

Solved


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...

11 years ago

Solved


Index of a Rational number
The set of real numbers are infinite. They are so many that real numbers can't even be enumerated. However, unlike real numbers ...

11 years ago

Solved


say "hi"
say "hi"

11 years ago

Problem


say "hi"
say "hi"

11 years ago | 0 | 10 solvers

Solved


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

11 years ago

Solved


Name the bigest junkie
eg. name='JOHN'

11 years ago

Solved


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

11 years ago

Solved


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

11 years ago

Solved


length of vector
give a length of vector

11 years ago

Problem


length of vector
give a length of vector

11 years ago | 0 | 9 solvers

Load more