문제를 풀었습니다


Area of a rectangle
Find the area of a rectangle with sides a and b

대략 9년 전

문제를 풀었습니다


Matlab Basics II - Unit Conversion
Write a function that converts Kg to lbs, returns the answer to the nearest 1/100th of a pound

대략 9년 전

문제를 풀었습니다


Matlab Basics II - Create a vector with a repeated entry
Create a row vector of length n, filled with 4's, for example, if n = 3 output = [4 4 4] make sure to round UP when n is a...

대략 9년 전

문제를 풀었습니다


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

대략 9년 전

문제를 풀었습니다


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

문제를 풀었습니다


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

문제를 풀었습니다


Create a 5x4 array consisting of the input value, x.
Create a 5x4 array consisting of the input value, x.

대략 9년 전

문제를 풀었습니다


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

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

문제를 풀었습니다


sum of the first 10 odd numbers
y = sum(first_10_odd_numbers)

대략 9년 전

문제를 풀었습니다


Best Problem Ever
When I am writing those words, there are 2002 problems on Cody. Many of them are simply wonderful. Do you remember which of them...

대략 9년 전

문제를 풀었습니다


Palindrome
Given a string or array, determine whether the it is a palindrome.

대략 9년 전

문제


Palindrome
Given a string or array, determine whether the it is a palindrome.

대략 9년 전 | 0 | 솔버 수: 115

문제를 풀었습니다


Where is she?
Given the numbers 12, 3 , 6 ,9 Tell where the girl is located. I.E: Look to your 3 oclock = look right Ex. x = 3 fp...

대략 9년 전

문제


Where is she?
Given the numbers 12, 3 , 6 ,9 Tell where the girl is located. I.E: Look to your 3 oclock = look right Ex. x = 3 fp...

대략 9년 전 | 0 | 솔버 수: 107

문제를 풀었습니다


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

대략 9년 전

문제


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

대략 9년 전 | 3 | 솔버 수: 217

문제를 풀었습니다


Areas
Given certain dimensions determine the area of that shape. If given only one value assume its the radius. Use round(x) to round ...

대략 9년 전

문제


Areas
Given certain dimensions determine the area of that shape. If given only one value assume its the radius. Use round(x) to round ...

대략 9년 전 | 1 | 솔버 수: 76

문제를 풀었습니다


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

대략 9년 전

문제


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

대략 9년 전 | 3 | 솔버 수: 139

문제를 풀었습니다


Product of Array
Given an array of numbers. Get the product of the array.

대략 9년 전

문제


Product of Array
Given an array of numbers. Get the product of the array.

대략 9년 전 | 1 | 솔버 수: 255

문제를 풀었습니다


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

대략 9년 전

문제를 풀었습니다


Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...

대략 9년 전

문제를 풀었습니다


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

대략 9년 전

문제를 풀었습니다


Back to basics 6 - Column Vector
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector, output true or false whether it is a colu...

대략 9년 전

더 보기