문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

거의 3년 전

문제를 풀었습니다


the average value of the elements
Calculate the average value of the elements in the array

거의 3년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

거의 3년 전

문제를 풀었습니다


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

거의 3년 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

거의 3년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

거의 3년 전

문제를 풀었습니다


Normalizing a vector

거의 3년 전

문제를 풀었습니다


Digits Multiplication

거의 3년 전

문제를 풀었습니다


Min-Max digit

거의 3년 전

문제를 풀었습니다


Write a function to generate AND operation

거의 3년 전

문제를 풀었습니다


Make a Number From the First and Last Digit of an Input Number

거의 3년 전

문제를 풀었습니다


triangle

대략 3년 전

문제를 풀었습니다


Number Puzzle - 100

대략 3년 전

문제를 풀었습니다


have i got a dog?? yes i have!

대략 3년 전

문제를 풀었습니다


trapeze area

대략 3년 전

문제를 풀었습니다


max

대략 3년 전

문제를 풀었습니다


rounding

대략 3년 전

문제를 풀었습니다


square area

대략 3년 전

문제를 풀었습니다


diamond area

대략 3년 전

문제를 풀었습니다


eukleides triangle

대략 3년 전

문제를 풀었습니다


rectangle volume

대략 3년 전

문제를 풀었습니다


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

대략 3년 전

문제를 풀었습니다


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

대략 3년 전

문제를 풀었습니다


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

대략 3년 전

문제를 풀었습니다


Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15. Given a temperature in Kelvin, return the equivalent temperature in Celsius.

대략 3년 전

문제를 풀었습니다


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

대략 3년 전

문제를 풀었습니다


Matrix for beginners
Multiply x and y elemwise.

대략 3년 전

문제를 풀었습니다


Fix the last element of a cell array
Note: this is lifted directly from <http://www.mathworks.com/matlabcentral/answers/82825-puzzler-for-a-monday Puzzler for a Mond...

대략 3년 전

문제를 풀었습니다


How many days in a month?
Return the number of days in a given month in 2017. If the input is not a valid month number, return -1. Examples: Input...

대략 3년 전

문제를 풀었습니다


Convert a Cell Array into an Array
Given a square cell array: x = {'01', '56'; '234', '789'}; return a single character array: y = '0123456789'

대략 3년 전

더 보기