문제를 풀었습니다


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

거의 11년 전

문제를 풀었습니다


calculate linear convolution two vectors
for e.g in: a = [1 2 3] b = [4 5 6] out: y = [4 13 28 27 18]

거의 11년 전

문제를 풀었습니다


Number of Horns on a unicorn!
Calculate the number of horns on a *unicorn*! And I'm talking about a unicorn with not more than one horn on it!

거의 11년 전

문제를 풀었습니다


Who is my love
Wirite name my honey to x

거의 11년 전

문제를 풀었습니다


Do Fast Fourier Transformation
Example Fast Fourier Transformation from vector [2,1]) ans = 3 1

거의 11년 전

문제를 풀었습니다


Walk on water
There is only one man who walked on water.

거의 11년 전

문제를 풀었습니다


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

거의 11년 전

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

거의 11년 전

문제를 풀었습니다


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

거의 11년 전

문제


Number of odd and even elements within matrix
Input(m) - any matrix with integers Output(n) - n(1)=number of odd elements, n(2)=number of even elements Example: * m=...

거의 11년 전 | 1 | 솔버 수: 148

문제를 풀었습니다


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

거의 11년 전

문제


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

거의 11년 전 | 1 | 솔버 수: 217

문제를 풀었습니다


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

거의 11년 전

문제


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

거의 11년 전 | 5 | 솔버 수: 468

문제를 풀었습니다


Calcucate area of square
calcutae area for example 1*1=2 ...

거의 11년 전

문제를 풀었습니다


area of triangle
h=5 and x

거의 11년 전

문제를 풀었습니다


to the power
fix code

거의 11년 전

문제를 풀었습니다


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

거의 11년 전

문제를 풀었습니다


say "hi"
say "hi"

거의 11년 전

문제를 풀었습니다


length of vector
give a length of vector

거의 11년 전

문제를 풀었습니다


the fastest driver
the fastest driver

거의 11년 전

문제


Mean and standard deviation of times in string
Input(t) - cell of strings with times in format 'min:sec.ms' Output([m, s]) - two strings with mean and standard deviation wi...

거의 11년 전 | 1 | 솔버 수: 59

문제를 풀었습니다


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

거의 11년 전

문제


Make a vector of prime numbers
Input(n) - length of vector with prime numbers Output(v) - vector of prime numbers Example: * n=1; v=2 * n=3; v=[2 3 5...

거의 11년 전 | 5 | 솔버 수: 630

문제를 풀었습니다


Sort (high on middle, low on ends)
Sort the vector of numbers in order low-high-low. Even numbers appear in ascending order on the left and odd numbers appear in d...

거의 11년 전

문제


Can I make a right triangle ?
Input(a) - is vector with any amount of values. Interpreted as legths of sides. Output(b): * Is true if there are any 3 va...

거의 11년 전 | 0 | 솔버 수: 61

문제를 풀었습니다


Can I make a right triangle ?
Input(a) - is vector with any amount of values. Interpreted as legths of sides. Output(b): * Is true if there are any 3 va...

거의 11년 전

문제를 풀었습니다


Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...

거의 11년 전

문제


Vector of numbers divisible by 3
* Input(n) - any integer * Output(v) - vector with numbers divisible by 3(exept 0) starting from n to 0 Examples: * n=6...

거의 11년 전 | 0 | 솔버 수: 145

문제를 풀었습니다


Relative ratio of "1" in binary number
Input(n) is positive integer number Output(r) is (number of "1" in binary input) / (number of bits). Example: * n=0; r=...

거의 11년 전

더 보기