A résolu


Calculate volume of box
Calculate the volume of box,hiven its sides

plus de 9 ans il y a

A résolu


The mean of the population
Find the mean of the population.

plus de 9 ans il y a

A résolu


multiple of nine?
Given a positive number n, return true if n is a multiple of 9 and false if not. Do not make the division and do not use functio...

plus de 9 ans il y a

A résolu


how to create zero square matrix with given order?
y-Zero square matrix with given input order x.

plus de 9 ans il y a

A résolu


how to find absolute value of a given number?
how to find absolute value of a given number?

plus de 9 ans il y a

A résolu


how to sort given vector in matlab?
how to sort given vector in matlab?

plus de 9 ans il y a

A résolu


how to find size of a matrix?
how to find size of a matrix?

plus de 9 ans il y a

A résolu


Convert degrees to radians
Given input in degrees, output to radians

plus de 9 ans il y a

A résolu


Convert radians to degrees
Given input in radians, output to degrees

plus de 9 ans il y a

A résolu


Ceil Me Now
Get the ceiling of the input matrix

plus de 9 ans il y a

A résolu


Basic commands - logarithmically spaced vector
Make a function, which will give a vector: y=[ 0.01 0.1 1 10 ... 10^x];

plus de 9 ans il y a

A résolu


how to convert given text into all upper case letters?
how to convert given text into all upper case letters?

plus de 9 ans il y a

A résolu


Compare two strings.
Compare two strings, whether they are equal or not.

plus de 9 ans il y a

A résolu


Display positive elements of matrix.
Display positive elements of matrix.

plus de 9 ans il y a

A résolu


x&u are two vectors then Y=x+u???
x&u are two vectors then Y=x+u???

plus de 9 ans il y a

A résolu


Adding machine
Add number to all elements in given vector.

plus de 9 ans il y a

A résolu


isnan()
Replace all nans with zeros

plus de 9 ans il y a

A résolu


Find the sum of n squares
What is the sum of the squares of the first n integers?

plus de 9 ans il y a

A résolu


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


multiply an array by its position number
You have given an array. Multiply an array by its position number

plus de 9 ans il y a

A résolu


Prime number removal
remove all prime numbers from the input e.g. input = 1 2 3 4 5 6 7 8 9 10 11 12 ...

plus de 9 ans il y a

A résolu


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

plus de 9 ans il y a

A résolu


Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]

plus de 9 ans il y a

A résolu


Display negative numbers
Given array,x, display all the negative numbers and display output as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

plus de 9 ans il y a

A résolu


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

plus de 9 ans il y a

A résolu


Nth root
Nth root of a number x

plus de 9 ans il y a

A résolu


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

plus de 9 ans il y a

A résolu


Second smallest number
What is the second smallest number in x? example: x = [1 2 3 4 5 6 7 8 9] y = 2

plus de 9 ans il y a

Charger plus