Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


Ceil Me Now
Get the ceiling of the input matrix

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


Adding machine
Add number to all elements in given vector.

fast 10 Jahre vor

Gelöst


isnan()
Replace all nans with zeros

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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 ]

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


Nth root
Nth root of a number x

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Mehr laden