문제를 풀었습니다


Create tangent function out of sine function only
Please don't use cosine and tangent functions

대략 3년 전

문제를 풀었습니다


Find Logic 17

대략 3년 전

문제를 풀었습니다


Find Logic 20

대략 3년 전

문제를 풀었습니다


Odd times even numbers in a matrix
First count the number of odd numbers in x, then the number of even. Return their product. example: x = [1 2] One odd ...

대략 3년 전

문제를 풀었습니다


All odd - all even
All odd numbers in x are added, while all even numers are subtracted from this. example: x = [1 2 3 4 5]; y = +(1+3+5)-...

대략 3년 전

문제를 풀었습니다


Count the numbers
In a array x, count the number of times the number n appears in x. for example: x = [1 2 3 4 3 2 1 2] and n = 2 the answer sh...

대략 3년 전

문제를 풀었습니다


Add the even numbers
Add only the even numbers of x example: x = [1 2 3 4 5] the positive numbers are: 2 4, so their sum is 6

대략 3년 전

문제를 풀었습니다


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

대략 3년 전

문제를 풀었습니다


Find Logic 11

대략 3년 전

문제를 풀었습니다


Find Logic 6

대략 3년 전

문제를 풀었습니다


Find Logic 12

대략 3년 전

문제를 풀었습니다


Find Logic 4

대략 3년 전

문제를 풀었습니다


Find Logic 5

대략 3년 전

문제를 풀었습니다


Find Logic 9

대략 3년 전

문제를 풀었습니다


Find Logic 10

대략 3년 전

문제를 풀었습니다


Find Logic 2

대략 3년 전

문제를 풀었습니다


Find Logic 3

대략 3년 전

문제를 풀었습니다


Find Logic 1

대략 3년 전

문제를 풀었습니다


Set x value to each odd index of vector y.
Set x value to each odd index of vector y.

대략 3년 전

문제를 풀었습니다


Select primes from the matrix.
Select primes from the matrix.

대략 3년 전

문제를 풀었습니다


Display positive elements of matrix.
Display positive elements of matrix.

대략 3년 전

문제를 풀었습니다


Weave two vectors into one
Weave the two given vectors into one as shown below. Example: If a = [1 1 1] b = [0 0 0] then y = [1 0 1 0 ...

대략 3년 전

문제를 풀었습니다


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

대략 3년 전

문제를 풀었습니다


Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]

대략 3년 전

문제를 풀었습니다


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

대략 3년 전

문제를 풀었습니다


design a magic matrix without using the command magic.
Like magic(4) = 16 3 2 13;5 10 11 8;9 6 7 12;4 15 14 1

대략 3년 전

문제를 풀었습니다


Find the minimum element of the matrix
Example: If x = [3 9; 5 2] then y = 2

대략 3년 전

문제를 풀었습니다


Square the input
Given a scalar or vector x, return the square of each element. Example x = [7 2] answer = [49 4]

대략 3년 전

문제를 풀었습니다


kmph to mph converter
Convert the speed in miles/hour to km/hour.

대략 3년 전

문제를 풀었습니다


Sum positive elements of matrix.
Calculate sum of positive elements of the matrix.

대략 3년 전

더 보기