문제를 풀었습니다


Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array. If x=[1,2,2,3,3,3,4,4,4,...

대략 2년 전

문제를 풀었습니다


Double the length of the vector

대략 2년 전

문제를 풀었습니다


Half the length of the vector

대략 2년 전

문제를 풀었습니다


non-repitition of numbers in a vector

대략 2년 전

문제를 풀었습니다


Draw 'P' !!!
Draw a n by n matrix 'P' using 0s and 1s. (n is odd and greater than 4) if n=5 , then the output will be [1 1 1 1 1 1 0 0 0...

대략 2년 전

문제를 풀었습니다


print

대략 2년 전

문제를 풀었습니다


step function

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


Get the side length by using the law of cosines.

대략 2년 전

문제를 풀었습니다


imaginary

대략 2년 전

문제를 풀었습니다


Real

대략 2년 전

문제를 풀었습니다


Effective Nuclear Charge

대략 2년 전

문제를 풀었습니다


find location of indexes
Given a vector with integer values. Find the edge location of the stream of same value. For example: A=[0 0 0 1 1 1 1 2 2 ...

대략 2년 전

문제를 풀었습니다


Find the absolute value of of the array

대략 2년 전

문제를 풀었습니다


Cell Operator *
Please implement operator * for cell: >> {2,3} * 2 ans = 1×4 cell array [2] [3] [2] [3] >> {2,3} * [2 3]...

대략 2년 전

문제를 풀었습니다


Divide the Least Common Multiple by the Greatest Common Divisor of two numbers
Divide the Least Common Multiple by the Greatest Common Divisor of two numbers. For example, for x=12345 and y=54321, the answer...

대략 2년 전

문제를 풀었습니다


time of day
Calculate the time of day in days, hours, minutes or seconds passed since the beginning of the day, depending on the unit. The u...

대략 2년 전

문제를 풀었습니다


Count given word x in text.
Count how many times given word x repeats in text.

대략 2년 전

문제를 풀었습니다


Find the missing numbers.
Total *N* numbers are in the series of natural numbers ( *1,2,3,...,N* ). The input is an array (unsorted) of those natural num...

대략 2년 전

문제를 풀었습니다


Get factory-defined property values
Given a property name (e.g. 'AxesUnits', 'LineMarkerSize', 'UicontrolBackgroundColor'), return the factory-defined value for tha...

대략 2년 전

문제를 풀었습니다


Goldbach's marginal conjecture - Write integer as sum of three primes
Goldbach's strong conjecture states that every even integer greater than 2 can be expressed as the sum of two primes. For exampl...

2년 초과 전

문제를 풀었습니다


QWERTY coordinates
Given a lowercase letter or a digit as input, return the row where that letter appears on a standard U.S. QWERTY keyboard and it...

2년 초과 전

문제를 풀었습니다


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

2년 초과 전

문제를 풀었습니다


Find Logic 32

3년 초과 전

문제를 풀었습니다


Dot Product

3년 초과 전

문제를 풀었습니다


Solve the equation. Find X.

3년 초과 전

문제를 풀었습니다


Area of Ellipse

3년 초과 전

문제를 풀었습니다


Perfect number

3년 초과 전

문제를 풀었습니다


unsolvable

3년 초과 전

문제를 풀었습니다


matrix rows and columns

3년 초과 전

더 보기