A résolu


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

presque 10 ans il y a

A résolu


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

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

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

presque 10 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?

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


Ceil Me Now
Get the ceiling of the input matrix

presque 10 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];

presque 10 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?

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


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

presque 10 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???

presque 10 ans il y a

A résolu


Adding machine
Add number to all elements in given vector.

presque 10 ans il y a

A résolu


isnan()
Replace all nans with zeros

presque 10 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?

presque 10 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;...

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

presque 10 ans il y a

A résolu


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

presque 10 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

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

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

presque 10 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 ]

presque 10 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].

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


Nth root
Nth root of a number x

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

presque 10 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

presque 10 ans il y a

Charger plus