已解决


Insert zeros

25 days 前

已解决


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.

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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.

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


Real

1 month 前

已解决


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

1 month 前

已解决


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

1 month 前

已解决


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

2 months 前

已解决


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.

2 months 前

已解决


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

2 months 前

已解决


Distance Travelled by Vehicle

2 months 前

已解决


cube of number
find cube of number

2 months 前

已解决


Find Logic 32

2 months 前

已解决


divide by 5

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


Finding the Most Frequent Letter in a Text
You are given a text containing various English letters, digits and punctuation symbols. Your task is to find the most frequentl...

2 months 前

已解决


Matrix Rotation
Write a MATLAB function that rotates a given matrix by 90 degrees clockwise. The rotation should be performed in-place, without ...

2 months 前

已解决


Negative matrix
Change the sign of all elements in given matrix.

2 months 前

已解决


Sum positive elements of matrix.
Calculate sum of positive elements of the matrix.

2 months 前

加载更多