Solved


just solved
solved given x answer y must be x+2*3/6

9 years ago

Solved


add 1052
just add 1052

9 years ago

Solved


just multiply 100
just multiply

9 years ago

Solved


multiply 10
just multiply 10

9 years ago

Solved


add 1020
just add 1020

9 years ago

Solved


add 1053
just add 1053

9 years ago

Solved


only add 100
add 100

9 years ago

Solved


add 1050
just add 1050

9 years ago

Solved


only add 50
add 50

9 years ago

Solved


only add 1
add 1

9 years ago

Solved


flip up and down
flip up and down the matrix

9 years ago

Solved


find the determinent
find the determinent of a vector

9 years ago

Solved


multiply 3 by 3
x=3 y=3*x

9 years ago

Solved


add 1
given x, y should be 1 greater than the input.

9 years ago

Solved


turn n times
turn the matrix n times (each time turn +pi/2 radian)

9 years ago

Solved


Change the first and last diagonal element of the identity matrix to zero
Starting with the identity matrix, change first and last diagonal element to zero. Example If n=5 A = 0 0 ...

9 years ago

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

9 years ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

9 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

9 years ago

Solved


only input
Return the output without writing any code into the function.

9 years ago

Solved


Add 7
Given an input variable x, output a variable y that is 7 greater than x. Example: Input x = 1 Output y is 8 Input ...

9 years ago

Solved


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

9 years ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

9 years ago

Solved


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

9 years ago

Solved


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

9 years ago

Solved


Multiply by 3
Given the variable x as your input, multiply it by three and put the result in y.

9 years ago

Solved


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

9 years 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,...

9 years ago

Solved


Potential Energy
Calculate the potential energy of a rock.

9 years ago

Solved


Skip by a multiple
Given an integer create an array of its multiples. Array must have a length of 15

9 years ago

Load more