Solved


sum of vectors
sum of vectors

mer än ett år ago

Solved


sum of vectors
sum of vectors

mer än ett år ago

Solved


sum of vectors
sum of vectors

mer än ett år ago

Solved


sum of vectors
sum of vectors

mer än ett år ago

Solved


sum of vectors
sum of vectors

mer än ett år ago

Solved


sum of vectors
sum of vectors

mer än ett år ago

Solved


area of a rectangle
area of a rectangle base b and height h

mer än ett år ago

Solved


Clean the List of Names
Given a list of names in a cell array, remove any duplications that result from different capitalizations of the same string. So...

mer än ett år ago

Solved


sum of two numbers
sum of two numbers

mer än ett år ago

Solved


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

mer än ett år ago

Solved


area of a cube
area of a cube

mer än ett år ago

Solved


Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...

mer än ett år ago

Solved


perimeter of a pyramid
perimeter of a pyramid

mer än ett år ago

Solved


Replace NaNs with the number that appears to its left in the row.
Replace NaNs with the number that appears to its left in the row. If there are more than one consecutive NaNs, they should all ...

mer än ett år ago

Solved


perimeter of a circle
perimeter of a circle

mer än ett år ago

Solved


area of a cube
area of a cube

mer än ett år ago

Solved


sum of two numbers
dd

mer än ett år ago

Solved


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

mer än ett år ago

Solved


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

mer än ett år ago

Solved


Most nonzero elements in row
Given the matrix a, return the index r of the row with the most nonzero elements. Assume there will always be exactly one row th...

mer än ett år ago

Solved


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

mer än ett år ago

Solved


Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...

mer än ett år ago

Solved


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

mer än ett år ago

Solved


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

mer än ett år ago

Solved


Pangrams!
A pangram, or holoalphabetic sentence, is a sentence using every letter of the alphabet at least once. Example: Input s ...

mer än ett år ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mer än ett år ago

Solved


Making change
Given an amount of currency, return a vector of this form: [100 50 20 10 5 2 1 0.5 0.25 0.1 0.05 0.01] Example: Input a = ...

mer än ett år 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...

mer än ett år 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...

mer än ett år 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...

mer än ett år ago

Load more