Solved


Find the qube of a give number.
You are given a number, find the qube of that number.

10 years ago

Solved


modulus of a number
find the modulus of a given number

10 years ago

Solved


find max
You are given an array number find the maximum

10 years ago

Solved


find minimum
find the minimum from an array

10 years ago

Solved


find sum of the numbers in array
calculate the sum of numbers in a given array

10 years ago

Solved


Find mean
given an array, find the mean of the number in that array

10 years ago

Solved


find the mean of all elements in a matrix
given a matrix, just find the mean of all elements in the matrix

10 years ago

Solved


find a specific element from an matrix
Find the element from matrix which is in 2nd row and 3rd column.

10 years ago

Solved


add 1 to every elements
Add 1 to every elements of an array

10 years ago

Solved


first element of matrix
find the first elements of a column matrix

10 years ago

Solved


find lenth of array
you have given an array, find the length of that.

10 years ago

Solved


add two numbers
two numbers given, output should addition of them.

10 years ago

Solved


Find subtraction
Given a, b. Find a-b

10 years ago

Solved


list of prime numbers
n is given find the largest prime number <=n

10 years ago

Solved


add each element with 2
You have given a array. Add 2 to each element of that array.

10 years ago

Solved


add each element with 4
You have given a array. Add 3 to each element of that array.

10 years ago

Solved


add each element with 4
You have given a array. Add 4 to each element of that array.

10 years ago

Solved


add each element with 10
You have given a array. Add 10 to each element of that array.

10 years ago

Solved


add each element with 3
You have given a array. Add 3 to each element of that array.

10 years ago

Solved


find square root of a positive real number
a number given, find the square root of that number

10 years ago

Solved


find square root of 9
find square root of 9

10 years ago

Solved


find square root of 16
find square root of 9

10 years ago

Solved


Quberoot of 8
Find the qube-root of 8

10 years ago

Solved


Square root of 100
Find the square root of 100

10 years ago

Solved


Given an unsigned integer x, find the largest y by rearranging the bits in x
Given an unsigned integer x, find the largest y by rearranging the bits in x. Example: Input x = 10 Output y is 12 ...

10 years ago

Solved


Remove DC
Input x is the sampled signal vector, may have both AC and DC components. Output y should not contain any DC component. Examp...

10 years ago

Solved


Sunday bonus
Submit a solution on any Sunday and you will get 10 points. Only for MATLAB fans!

10 years ago

Solved


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

10 years ago

Solved


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

10 years ago

Load more