문제를 풀었습니다


Number Puzzle - 050

3일 전

문제를 풀었습니다


Alternate elements!
Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.

8일 전

문제를 풀었습니다


Save variables
a=[1] Save variable a that is located in workspace into current folder. File name should be 'a.mat'

8일 전

문제를 풀었습니다


provide the numerical answer to these number questions...
return a row matrix containing the sorted numbers which answer the following questions: a) what is the first Knuth number to...

8일 전

문제를 풀었습니다


Find nth triangular number.
Calculate the triangular number of given integer n.

8일 전

문제를 풀었습니다


Write a function that gives the ReLU of the input.
The ReLU function is given by, In here, x input can be a scalar, vector or a matrix.

8일 전

문제를 풀었습니다


Automatic String Editing
In this function, you will take an incoming string, and output the same string with each character one letter later in the alpha...

9일 전

문제를 풀었습니다


Simple String Concatenation
This is a simple problem involving taking two incoming strings, and outputting the concatenated string with a space separating t...

10일 전

문제를 풀었습니다


Cycling — Critical Power
From Training and Racing with a Power Meter by Allen and Coggan: "A number of equations have been presented in the scientific...

10일 전

문제를 풀었습니다


remove nans fast
There are several ways to locate and remove nans in a matrix, and return an 1d row vector. In this problem the challenge is ...

11일 전

문제를 풀었습니다


Gear ratio of a gear pair
Let's assume that we have a pair of two gears(pinion-bigger gear). The goal is to calculate the gear ratio(i) given the number (...

11일 전

문제를 풀었습니다


Special Relativity 101.
Special relativity states that the effective mass of an object varies as a function of its velocity. If *c* is the speed of ligh...

12일 전

문제를 풀었습니다


P(girl likes you | she smiled at you)
Compute the probability Given the input probabilities

12일 전

문제를 풀었습니다


Build the Well
Calculate the total time taken for building 'n' wells given : Worker A takes a hr to build the well alone Worker B takes b hr...

12일 전

문제를 풀었습니다


Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.

12일 전

문제를 풀었습니다


Matrix Rotation
Write a MATLAB function that rotates a given matrix by 90 degrees clockwise. The rotation should be performed in-place, without ...

12일 전

문제를 풀었습니다


Calculate the Compression of a Spring
A mechanical engineer wants to determine how much a spring will compress when a force is applied to it. According to Hooke’s Law...

12일 전

문제를 풀었습니다


Addition II
find a+b+c+d

12일 전

문제를 풀었습니다


X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.

12일 전

문제를 풀었습니다


Write a string
The answer should be a string that is the value: "I like apples!" (Ignore the quotation marks, just write what is inside the ...

12일 전

문제를 풀었습니다


Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.

12일 전

문제를 풀었습니다


Division
Divide a by b.

12일 전

문제를 풀었습니다


Subtraction
Subtract a from b.

12일 전

문제를 풀었습니다


Squares
Find the square of x.

12일 전

문제를 풀었습니다


Multiplication
Multiply a and b.

12일 전

문제를 풀었습니다


Addition
Add together the values of a and b.

12일 전

문제를 풀었습니다


Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.

12일 전

문제를 풀었습니다


Draw '\'
Can you draw the sign '\' by zeros and ones? NOTICE: Be x-by-x matrix.

12일 전

문제를 풀었습니다


Plot
Make a plot of the vector x. NOTICE: YOU CAN NOT USE ans INSTEAD OF y!

12일 전

문제를 풀었습니다


Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!

12일 전

더 보기