已解决


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

4 years 前

已解决


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

4 years 前

已解决


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

4 years 前

已解决


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

4 years 前

已解决


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

4 years 前

已解决


Watt
Ampere x Volt = Watt

4 years 前

已解决


Volume of Cylinder
Find the volume of a cylinder

4 years 前

已解决


Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...

4 years 前

已解决


Volume of a Parallelepiped
Calculate the volume of a Parallelepiped given the vectors for three edges that meet at one vertex. A cube is a special case ...

4 years 前

已解决


Is it a number?
Determine if input is numeric. If it is,output is 1; if it is not, output is 0.

4 years 前

已解决


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

4 years 前

已解决


Total energy

4 years 前

已解决


Potential energy calculation

4 years 前

已解决


Kinetic energy calculation

4 years 前

已解决


Laws of motion 6

4 years 前

已解决


Laws of motion 5

4 years 前

已解决


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

4 years 前

已解决


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

4 years 前

已解决


Find the slope

4 years 前

已解决


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

4 years 前

已解决


Laws of motion 3

4 years 前

已解决


Laws of motion 1

4 years 前

已解决


Laws of motion 2

4 years 前

已解决


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

4 years 前

已解决


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

4 years 前

已解决


Divisible by 8
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

4 years 前

已解决


Divisible by 11
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

4 years 前

已解决


Divisible by 9
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

4 years 前

已解决


Divisible by 6
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

4 years 前

已解决


Divisible by 3
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

4 years 前

加载更多