문제를 풀었습니다


Find length of longest strictly increasing subsequence

4년 초과 전

문제를 풀었습니다


apply zero padding to a matrix

4년 초과 전

문제를 풀었습니다


Determine if a number (x) is a power of another (n)

4년 초과 전

문제를 풀었습니다


convert binary string to vector!!!

4년 초과 전

문제를 풀었습니다


Draw Letter 'L'

4년 초과 전

문제를 풀었습니다


List prime anagrams of a number

4년 초과 전

문제를 풀었습니다


Convert a number from factorial notation to base 10

4년 초과 전

문제를 풀었습니다


Do you have the minimum age?

4년 초과 전

문제를 풀었습니다


Digits Multiplication

4년 초과 전

문제를 풀었습니다


Find the nearest value to the given one

4년 초과 전

문제를 풀었습니다


End Digits

4년 초과 전

문제를 풀었습니다


Min-Max digit

4년 초과 전

문제를 풀었습니다


Normalizing a vector

4년 초과 전

문제를 풀었습니다


Calculate Euler's phi function
Compute the Euler's phi function of a large integer. For more information about this topic please visit: <https://en.wikiped...

4년 초과 전

문제를 풀었습니다


Flip coins

4년 초과 전

문제를 풀었습니다


Redefine the Array if the Elements in the Array are Repeating
Check if the Array has any repeating elements, if there are repeating elements then choose "n" as a number of times you want tha...

4년 초과 전

문제를 풀었습니다


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

4년 초과 전

문제를 풀었습니다


Write a function to generate AND operation

4년 초과 전

문제를 풀었습니다


Find similar/related functions
The _help_ function can be useful for getting quick assistance on a particular function. For most built-in MATLAB functions, a p...

4년 초과 전

문제를 풀었습니다


USC Fall 2012 ACM Question A : Read Input File
This Challenge is to read the Question A input text file of the <http://contest.usc.edu/index.php/Fall12/Home USC ACM Fall 2012 ...

4년 초과 전

문제를 풀었습니다


Mann-Kendall Correlation
Write a function that returns the <http://en.wikipedia.org/wiki/Kendall_tau_rank_correlation_coefficient Mann-Kendall> correlati...

4년 초과 전

문제를 풀었습니다


Highest building

4년 초과 전

문제를 풀었습니다


List the titles of Cody problems

4년 초과 전

문제를 풀었습니다


Determine the average number of rounds for the following game.
Each round a uniformly distributed random number is picked between 0 and 1. The game ends when the sum of the random numbers is ...

4년 초과 전

문제를 풀었습니다


Find the number of days in a given year
Given a year number (eg. 2000) as input, find how many days are there in the given year.

4년 초과 전

문제를 풀었습니다


Right shift an array n times with constant space.
Right shift an array n times with constant space, that is, no extra array can be used. Right shift operation: Last element com...

4년 초과 전

문제를 풀었습니다


Vector creation using linspace
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use linspace.

4년 초과 전

문제를 풀었습니다


Vector creation using colon operator
Create a vector y containing n uniformly spaced values between a and b, with a < b. Use the colon (:) operator.

4년 초과 전

문제를 풀었습니다


Logarithmically spaced vector creation using linspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Avoid using logspace and use the linsp...

4년 초과 전

문제를 풀었습니다


Logarithmically spaced vector creation using logspace
Create a vector y containing n logarithmically spaced values between a and b, with a < b. Use the logspace operator.

4년 초과 전

더 보기