photo

shinya matsumoto


Last seen: 3 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

消息

Spoken Languages:
Japanese

统计学

Cody

0 个问题
2366 个答案

排名
N/A
of 302,177

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,596

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
32
of 179,707

贡献数
0 个问题
2366 个答案

评分
29,942

徽章数量
80

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Card Games Master
  • Strings I Master
  • Matrix Patterns II Master
  • Indexing II Master
  • Matrix Manipulation I Master
  • Magic Numbers Master
  • Tiles Challenge Master
  • Sequences And Series II Master
  • Cody5 Easy Master
  • Sequences And Series I Master
  • Magic Numbers II Master
  • Indexing I Master

查看徽章

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 前

已解决


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

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 前

已解决


Addition II
find a+b+c+d

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 前

已解决


Division
Divide a by b.

7 days 前

已解决


Subtraction
Subtract a from b.

7 days 前

已解决


Squares
Find the square of x.

7 days 前

已解决


Multiplication
Multiply a and b.

7 days 前

已解决


Addition
Add together the values of a and b.

7 days 前

已解决


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

7 days 前

已解决


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

7 days 前

已解决


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

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 前

已解决


Scalar
The First problem in Linear Algebra group. Make scalar contains the value:

7 days 前

加载更多