문제를 풀었습니다


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

대략 9년 전

문제를 풀었습니다


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

대략 9년 전

문제를 풀었습니다


Array of Ones
Create a 100 X 100 array of ones.

대략 9년 전

문제를 풀었습니다


Is It a Palindrome?
Given a string or array, determine if it is a palindrome.

대략 9년 전

문제를 풀었습니다


Alkane
Given a number, x, that is equal to the number of carbon atoms in an <http://en.wikipedia.org/wiki/Alkane alkane>, find, y, the ...

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Times 32
X is given as your variable. Y is your output multiplied by 32 Example x=1 y=1x32=32

대략 9년 전

문제를 풀었습니다


Find the square root of a value
Given the variable x as your input, find the square root and let the result be represented by y Examples: Input x = 4 O...

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


times 5
Given the variable x as your input, multiply it by five and put the result in y.

대략 9년 전

문제를 풀었습니다


square a vector-Given the variable x as your input, square it and put the result in y.
function y = (x)squared y = x; end

대략 9년 전

문제를 풀었습니다


Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements. Example: x = [1 2 ...

대략 9년 전

문제를 풀었습니다


Find all of the odd integers in a vector between the intergers 1 and 10.
Given vector of integers 1:10 [1 2 3 4 5 6 7 8 9 10]

대략 9년 전

문제를 풀었습니다


the function, the box of boxer briefs, being twice the amount being manufactured twice as much x
return y as the function multiplied by x twice

대략 9년 전

문제를 풀었습니다


How to make y half of x
Making y equal to x/2.

대략 9년 전

문제를 풀었습니다


square root
Find the square root (y) of an input (x).

대략 9년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Hardy-Ramanujan number
Find the first Hardy-Ramanujan number.

대략 9년 전

문제를 풀었습니다


Multiplying Vectors 101
Make a vector from 1 to x then multiply the sum of that vector by 2.

대략 9년 전

문제를 풀었습니다


Perfect Square
Find a function that finds the root of a perfect number!

대략 9년 전

문제를 풀었습니다


Celsius to Kelvin
Degrees Celsius = Kelvin - 273.15

대략 9년 전

문제를 풀었습니다


Small Riddle
Mr. Smith has two children. If the older child is a boy, what are the odds that the other child is also a boy?

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


Sum of integers numbers
Sum of the numbers from 1 to 100

대략 9년 전

문제를 풀었습니다


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

대략 9년 전

문제를 풀었습니다


square number
Square a number

대략 9년 전

문제를 풀었습니다


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

대략 9년 전

더 보기