문제를 풀었습니다


All capital?
Are all the letters in the input string capital letters? Examples: 'MNOP' -> 1 'MN0P' -> 0

1년 초과 전

문제를 풀었습니다


Reverse a matrix
Its simple. You have to reverse a given matrix.

1년 초과 전

문제를 풀었습니다


Area of a disk
Find the area of a disk or circle. x= radius of the disk.

1년 초과 전

문제를 풀었습니다


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...

1년 초과 전

문제를 풀었습니다


Replace pattern 0 1 0 and 1 0 1
Find and replace a pattern in a row of zeroes and ones. * Find 1 0 1 and replace it with 1 1 1 * Find 0 1 0 and replace it w...

1년 초과 전

문제를 풀었습니다


given 3 sides, find area of this triangle
1:3 -> 0; 3:5 -> 6

1년 초과 전

문제를 풀었습니다


Get all prime factors
List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as...

1년 초과 전

답변 있음
How select/crop geographic region on the basis of lat/lon values?
Hi, As per my understanding, you are trying to crop a region that is part of the sample data, which includes the 'rf' value ove...

1년 초과 전 | 1

| 수락됨

답변 있음
Why am I receiving an error in conformalArray function while passing ElementSpacing as a parameter?
Hi, As per my understanding, you are trying to use 'ElementSpacing' attribute when using the 'conformalArray' function. The 'c...

1년 초과 전 | 0

답변 있음
Elliptical array using conformalArray function along with the reflector backing is giving error, what could be the reason?
Hi, As per my understanding, you are trying to create an elliptical array using the 'conformalArray' function with reflector b...

1년 초과 전 | 0

| 수락됨

답변 있음
Indexing of 1D arrays using 2D mapping information
Hi, As per my understanding, you want to make a heat map for a given set of (X,Y) coordinates. In your code, you are itera...

1년 초과 전 | 0