Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Ceil Me Now
Get the ceiling of the input matrix

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Adding machine
Add number to all elements in given vector.

más de 9 años hace

Resuelto


isnan()
Replace all nans with zeros

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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 ]

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


Nth root
Nth root of a number x

más de 9 años hace

Resuelto


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

más de 9 años hace

Resuelto


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

más de 9 años hace

Cargar más