Solved


Positive Infinity
Round the array a towards positive infinity

meer dan 4 jaar ago

Solved


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

meer dan 4 jaar ago

Solved


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

meer dan 4 jaar ago

Solved


y equals x divided by 2
function y = x/2

meer dan 4 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

meer dan 4 jaar ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

meer dan 4 jaar ago

Solved


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

meer dan 4 jaar ago

Solved


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

meer dan 4 jaar ago

Solved


Return area of square
Side of square=input=a Area=output=b

meer dan 4 jaar ago

Solved


Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...

meer dan 4 jaar ago

Solved


Log of a number
Write a script that will give the log of x as output.

meer dan 4 jaar ago

Solved


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

meer dan 4 jaar ago

Solved


Square root of a number
Write a code that will output the square root of x.

meer dan 4 jaar ago

Solved


Box!
Given a box, find the volume of the cube. With each side = a.

meer dan 4 jaar ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

meer dan 4 jaar ago

Solved


Adding Numbers
Add the input numbers to the original.

meer dan 4 jaar ago

Solved


What's Your BMI?
Find the body mass index. For reference, please refer to Wikipedia here: <http://en.wikipedia.org/wiki/Body_mass_index body ...

meer dan 4 jaar ago

Solved


Bruh
Return 'bruh'.

meer dan 4 jaar ago

Solved


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

meer dan 4 jaar ago

Solved


Help the Patriots get to the Super Bowl
Given a football by the Patriots, return it to them with 2 psi less air in it. (The original psi is passed as a number to the...

meer dan 4 jaar ago

Solved


Your favourite city!
Type your favourite city.

meer dan 4 jaar ago

Solved


Times 3 problem
When you enter the number, it should return the number multiplied by 3

meer dan 4 jaar ago

Solved


Calculate square and cube of number
Calculate square and cube of number x

meer dan 4 jaar ago

Solved


Area of a circle
Find the value for area of the circle if diameter is given

meer dan 4 jaar ago

Solved


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

meer dan 4 jaar ago

Solved


Test Problem; Create a 5x5 array containing all ones
This is a test for learning the process of creating a Cody problem. The goal of this test problem will be to create an array,...

meer dan 4 jaar ago

Solved


Solving Quadratic Equations (Version 1)
Quadratic equations have the form: ax^2 + bx + c = 0. Example: x^2 + 3x + 2 = 0, where a = 1, b = 3, and c = 2. The equation has...

meer dan 4 jaar ago

Solved


Is My Wife Wrong?
Answer the question. (see also <http://www.mathworks.com/matlabcentral/cody/problems/149-is-my-wife-right Problem 149: Is my ...

meer dan 4 jaar ago

Solved


Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...

meer dan 4 jaar ago

Load more