photo

shinya matsumoto


Last seen: Today Actif depuis 2022

Followers: 0   Following: 0

Message

Spoken Languages:
Japanese

Statistiques

Cody

0 Problèmes
2366 Solutions

RANG
N/A
of 302 168

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 591

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
32
of 179 627

CONTRIBUTIONS
0 Problèmes
2366 Solutions

SCORE
29 942

NOMBRE DE BADGES
80

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 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

Afficher les badges

Feeds

Afficher par

A résolu


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

environ 11 heures il y a

A résolu


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

environ 11 heures il y a

A résolu


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...

environ 13 heures il y a

A résolu


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

environ 13 heures il y a

A résolu


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.

environ 13 heures il y a

A résolu


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...

1 jour il y a

A résolu


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

3 jours il y a

A résolu


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...

3 jours il y a

A résolu


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 ...

3 jours il y a

A résolu


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 (...

3 jours il y a

A résolu


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...

4 jours il y a

A résolu


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

5 jours il y a

A résolu


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...

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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...

5 jours il y a

A résolu


Addition II
find a+b+c+d

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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 ...

5 jours il y a

A résolu


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

5 jours il y a

A résolu


Division
Divide a by b.

5 jours il y a

A résolu


Subtraction
Subtract a from b.

5 jours il y a

A résolu


Squares
Find the square of x.

5 jours il y a

A résolu


Multiplication
Multiply a and b.

5 jours il y a

A résolu


Addition
Add together the values of a and b.

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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

5 jours il y a

A résolu


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

5 jours il y a

Charger plus