A résolu


PIN code

4 mois il y a

A résolu


Find all repeated numbers
For a given vector, find all numbers that repeated 2 times or more than 2 times. Example: A=[1 2 3 3 4 5 6 6 7] y=[3 ...

4 mois il y a

A résolu


area of a square
find the generic solution for an area of a square

4 mois il y a

A résolu


Area of a rectangle
FInd the area of a rectangle with a length L and width W. Round to the nearest integer.

4 mois il y a

A résolu


Insert zeros

4 mois il y a

A résolu


Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.

4 mois il y a

A résolu


Find minimum and maximum elements of an array
For a given array find minimum and maximum elements of an array and store minimum value in first index of output and maximum in ...

4 mois il y a

A résolu


How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?

4 mois il y a

A résolu


Area of square
Find the area of a square whose diagonal length is given as x.

4 mois il y a

A résolu


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

4 mois il y a

A résolu


Count given word x in text.
Count how many times given word x repeats in text.

4 mois il y a

A résolu


find whether it is prime or not
For a given number find if its prime

4 mois il y a

A résolu


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

4 mois il y a

A résolu


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

4 mois il y a

A résolu


Product of all elements in an array
Compute the product of all elements in an array.

4 mois il y a

A résolu


Count me in
Count the number of occurrences of the second input in the first input Ex. x1 = 12344455511; x2 =2; output = 1 ...

4 mois il y a

A résolu


String Logic 1
Examples: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

4 mois il y a

A résolu


Real

4 mois il y a

A résolu


Area of right triangle
Given a hypotenuse and a leg , calculate the area of right triangle.

4 mois il y a

A résolu


Palindrome Checker
Check to see if a given string is a palindrome (a word, phrase, or sequence that reads the same backward as forward). Output sh...

4 mois il y a

A résolu


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

4 mois il y a

A résolu


Determine whether the number is multiple of 3 or not
Let a=6 and as 6 = 2*3 which means 6 is multiple of 3; return true if a is multiple of 3,otherwise false.

4 mois il y a

A résolu


Find The area of the square
Given that the length of the side of a square is x, find the area.

4 mois il y a

A résolu


Distance Travelled by Vehicle

4 mois il y a

A résolu


cube of number
find cube of number

5 mois il y a

A résolu


Find Logic 32

5 mois il y a

A résolu


divide by 5

5 mois il y a

A résolu


Sum All Positive Elements
Output a scalar that is equal to the sum of all positive elements in a given vector/matrix. For Example: The sum of all positi...

5 mois il y a

A résolu


Reverse a string
Return a string with the characters in reverse order from a given input string Ex: my_str = "Ciao" function should output "...

5 mois il y a

A résolu


Remove Unique Elements
Given a list of integers, we want to keep only the non-unique elements in this list. To do this, we need to remove all the uniqu...

5 mois il y a

Charger plus