Gelöst


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

mehr als 7 Jahre vor

Gelöst


add 1052
just add 1052

mehr als 7 Jahre vor

Gelöst


just multiply 100
just multiply

mehr als 7 Jahre vor

Gelöst


multiply 10
just multiply 10

mehr als 7 Jahre vor

Gelöst


add 1020
just add 1020

mehr als 7 Jahre vor

Gelöst


add 1053
just add 1053

mehr als 7 Jahre vor

Gelöst


only add 100
add 100

mehr als 7 Jahre vor

Gelöst


add 1050
just add 1050

mehr als 7 Jahre vor

Gelöst


only add 50
add 50

mehr als 7 Jahre vor

Gelöst


only add 1
add 1

mehr als 7 Jahre vor

Gelöst


flip up and down
flip up and down the matrix

mehr als 7 Jahre vor

Gelöst


find the determinent
find the determinent of a vector

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


Potential Energy
Calculate the potential energy of a rock.

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Mehr laden