문제를 풀었습니다


matrix rows and columns

3년 초과 전

문제를 풀었습니다


reverse the order and combine a matrix

3년 초과 전

문제를 풀었습니다


Summy's odd sum

3년 초과 전

문제를 풀었습니다


Summy's even sum

3년 초과 전

문제를 풀었습니다


Test

3년 초과 전

문제를 풀었습니다


sign function

3년 초과 전

문제를 풀었습니다


Summation of integers

3년 초과 전

문제를 풀었습니다


Find Logic 2

3년 초과 전

문제를 풀었습니다


Find Logic 1

3년 초과 전

문제를 풀었습니다


Testing

3년 초과 전

문제를 풀었습니다


Find Logic 4

3년 초과 전

문제를 풀었습니다


Round to Nearest Multiple of 10^n

3년 초과 전

문제를 풀었습니다


prime test
find largest 2 digit prime number

3년 초과 전

문제를 풀었습니다


Array of Ones
Create a 100 X 100 array of ones.

3년 초과 전

문제를 풀었습니다


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

3년 초과 전

문제를 풀었습니다


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

3년 초과 전

문제를 풀었습니다


Transform a Decimal number into a Septimal number

3년 초과 전

문제를 풀었습니다


print 'Hello W0rld'

3년 초과 전

문제를 풀었습니다


Factorial

3년 초과 전

문제를 풀었습니다


Factorions: Numbers that equal the sum of the factorials of their digits
From Wikipedia: _A factorion is a natural number that equals the sum of the factorials of its decimal digits_ For example: ...

3년 초과 전

문제를 풀었습니다


DC-DC boost converter
Find the output voltage of a DC-DC boost converter when its input voltage is 12V and the duty cycle ratio is 0.6.

3년 초과 전

문제를 풀었습니다


Alternative Dimensions
Given a multidimensional matrix, transform the matrix so the dimensions are in the order given by variable ord. For example, giv...

3년 초과 전

문제를 풀었습니다


Implement a counter
Write a function that returns a function that counts the number of times it is invoked. Example: >> h = counter; >> h() ...

3년 초과 전

문제를 풀었습니다


MATLAB Counter
Write a function f = counter(x0,b) to construct a counter handle f that counts with an initial value x0 and a step size b. E...

3년 초과 전

문제를 풀었습니다


Change on Spiral Matrix
n>=3, generate a matrix of nth such that n^2 is the max number, and max number must be in [1,1] or [end, end]. One example will ...

3년 초과 전

문제를 풀었습니다


Write a function to calculate step size delta if bits per sample and input range is given for quantization.
numBit = bits per sample; range = input max value - min value; delta = step size; l = number of levels;

3년 초과 전

문제를 풀었습니다


How many ways to write a number
Given two positive numbers n and k, where n>=k. In how many ways can we write n as sum of k positive numbers. Same numbers but d...

3년 초과 전

문제를 풀었습니다


Calculate time taken by light to reach earth surface
We know the time(seconds) taken by light to reach surface of earth. What if the distance varies yearly or source of light moves ...

3년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

3년 초과 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

3년 초과 전

더 보기