Spoken Languages:
Japanese
Japanese
Feeds
已解决
Alternate elements!
Write a function that combines two lists by alternating the elements, e.g. ['a','b','c'], ['1','2','3'] → 'a1b2c3'.
3 days 前
已解决
Save variables
a=[1] Save variable a that is located in workspace into current folder. File name should be 'a.mat'
3 days 前
已解决
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...
3 days 前
已解决
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.
3 days 前
已解决
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...
5 days 前
已解决
Simple String Concatenation
This is a simple problem involving taking two incoming strings, and outputting the concatenated string with a space separating t...
5 days 前
已解决
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...
6 days 前
已解决
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 ...
6 days 前
已解决
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 (...
6 days 前
已解决
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...
7 days 前
已解决
P(girl likes you | she smiled at you)
Compute the probability Given the input probabilities
7 days 前
已解决
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...
7 days 前
已解决
Bag of apples
find probabilty of getting red apples from a bag of 'r' red and 'g' green apples.
7 days 前
已解决
Matrix Rotation
Write a MATLAB function that rotates a given matrix by 90 degrees clockwise. The rotation should be performed in-place, without ...
7 days 前
已解决
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...
7 days 前
已解决
X-intercepts of a quadratic.
Find the y value of the quadratic of the function at a point x.
7 days 前
已解决
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 ...
7 days 前
已解决
Point on a line
Find the slope of the straight line between the points a and b. Then find y at x=20.
7 days 前
已解决
Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.
7 days 前
已解决
Title
Make a plot for x and add title "My Plot". NOTICE: YOU CAN NOT USE ans INSTEAD OF [y ax]!
7 days 前











