解決済み


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

約2年 前

解決済み


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

約2年 前

解決済み


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

約2年 前

解決済み


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

約2年 前

解決済み


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

約2年 前

解決済み


square of a number
find square of a given number

約2年 前

解決済み


square root
Find square root of given number

約2年 前

解決済み


cube of number
find cube of number

約2年 前

解決済み


Volume of Cylinder
Find the volume of a cylinder

約2年 前

解決済み


Mile to Kilometer
x is mile and y is km

約2年 前

解決済み


Times 5
Try out this test problem first. Given the variable x as your input, multiply it by five and put the result in y. Examples...

約2年 前

解決済み


Times 10
Try out this test problem first. Given the variable x as your input, multiply it by ten and put the result in y. Examples:...

約2年 前

解決済み


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

約2年 前

解決済み


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

約2年 前

解決済み


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

約2年 前

解決済み


Transpose of matrix
Transpose of matrix as per test cases

約2年 前

解決済み


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

約2年 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

約2年 前

解決済み


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

約2年 前

解決済み


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

約2年 前

解決済み


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

約2年 前

解決済み


Create tangent function out of sin and cos
Please don't use tan(x) directly

約2年 前

解決済み


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

約2年 前

解決済み


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

約2年 前

解決済み


Area of rhombus
Calculate the rhombus area

約2年 前

解決済み


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

約2年 前

解決済み


Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.

約2年 前

解決済み


kmph to mps
convert kilometer per hour to meter per second

約2年 前

解決済み


convert matrix to single column
given any matrix, convert it to single column

約2年 前

解決済み


Negative matrix
Change the sign of all elements in given matrix.

約2年 前

さらに読み込む